Generates choropleth maps of total Covid-19 deaths at the county and state level using data gathered from the COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University.
pip install pandas
pip install plotly
Install all dependencies at once with pip install -r requirements.txt
Example State Map:
(based on 12/12/2020 data)
Example County Map:
(based on 12/12/2020 data)
- Find new data source that covers all US states
- Fix map title positioning
- Add base layer with state borders