jianxu305 / nCov2019_analysis

Analysis of 2019-nCov coronavirus data
GNU General Public License v3.0
117 stars 65 forks source link

Change in csv in csse_covid_19_daily_reports #8

Closed lmlima closed 4 years ago

lmlima commented 4 years ago

Starting at 03-22-2020.csv, https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_daily_reports/ changes csv labels.

So, utils.load_jhs_raw() just loads data before 03/22/2020.

jianxu305 commented 4 years ago

Thanks for pointing this out. I will fix it today.

jianxu305 commented 4 years ago

Done. utils.load_jhs_raw() loads all data now. The column names from the old dates are converted into the new names to be consistent.