base-builder.ipynb
is run to produce the base build of merged and cleaned-up CSV file from JHU CSSE daily reports.jhu-daily-reports.csv
has the following columns:
Country | State | County | Date | Confirmed | Deaths | Recovered | Confirmed_New | Deaths_New | Recovered_New |
---|---|---|---|---|---|---|---|---|---|
incremental-builder.ipynb
is run everyday to incrementally merge in new data intojhu-daily-reports.csv
.visualization.ipynb
reads this CSV and generates the following visualizations.
Comparing New Case growth of top 10 US states against each other.