Tag

Choropleth

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Apr 15, 2020 · Fundamentals

Creating a US COVID-19 Choropleth Map with Plotly in Python

This tutorial demonstrates how to install Plotly, load COVID‑19 case data from an Excel file using pandas, and generate an interactive US choropleth map that visualizes cumulative confirmed cases by state, concluding with exporting the map to an HTML file.

COVID-19ChoroplethPlotly
0 likes · 4 min read
Creating a US COVID-19 Choropleth Map with Plotly in Python