Data Visualization Examples

Graph visualization with Python library Pyvis

2023-05-21
Find the code in 【my Google Colab notebook】.
Try dragging the nodes around in the graph.

Get the distances between all pairs of cities in the graph by using the Floyd-Warshall algorithm.
For more information about some commonly used graph algorithms, check 【my notes】.

The graph data was generated by ChatGPT.
Check the CSV here.

Be aware of LLM (Large Language Model)'s hallucination.
Always verify its output.