Skip to content

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.

License

makerportal/COVID19-visualizations

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages