Making Maps in Python

Using Plotly to Create Choropleth Visualizations

Jim Fay
The Startup

--

An Example of What You Can Create With Plotly

In the last blog I discussed cleaning and visualizing data using Pandas. Now I’ll expand on that theme by walking through how to show your data on a map using plotly.

Tools:

  • Python, Plotly, Pandas, Numpy, JSON

The Data:

--

--