sukritsingh / covid19-dataviz

Adventures and experiments in visualizing covid19 case/death/vaccination data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

covid19-dataviz

Adventures and experiments in visualizing covid19 case/death/vaccination data

Libraries used

Only three libraries needed for this to work

  1. numpy
  2. pandas
  3. matplotlib

Files needed

Vaccination data is pulled directly from the OWID repository.

Case/Death rates are pulled from a CSV from the CDC. A local version of the file is located in: covid19-dataviz/United_States_COVID-19_Cases_and_Deaths_by_State_over_Time.csv

A new one can be downloaded at: https://data.cdc.gov/api/views/9mfq-cb36/rows.csv?accessType=DOWNLOAD

About

Adventures and experiments in visualizing covid19 case/death/vaccination data

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%