Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.17 KB

README.md

File metadata and controls

42 lines (23 loc) · 1.17 KB

COVID19 Visualizations in Python

Using Python to visualize various datasets relating to COVID-19 in New York City. Analyses include: plotting rates by age and sex, geographic maps by zip code, and time-series plots with logarithmic axes.

FULL TUTORIAL AT: https://makersportal.com/blog/2020/4/5/visualizing-covid-19-data-in-python

Data Sources

All data was taken from New York City's Health Department:

https://www1.nyc.gov/site/doh/covid/covid-19-data.page

The data was specifically parsed from the Health Department's Github page:

https://github.com/nychealth/coronavirus-data

Example Visualizations

Zip code rates in NYC:

Zip Code Data


Time-series cases and rates:

Time Series Cases and Rates


Rates by age group

Rates by Age Group


Rates by sex group

Rates by Sex Group


Rates by NYC Borough

Rates by Borough