Last_Update in csse_covid_19_data/csse_covid_19_daily_reports/03-13-2020.csv not updated #736
Comments
|
LastUpdate field varies in this file from 11 to 13 , a bit annoying for people using daily reports |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I noticed that the Last_Update field in the most recent (as of 3/14) daily_report csv file does not have the correct Last_Update field:
here's a few examples:
`$ grep Spain csse_covid_19_data/csse_covid_19_daily_reports/03-1*.csv
csse_covid_19_data/csse_covid_19_daily_reports/03-10-2020.csv:,Spain,2020-03-10T23:53:02,1695,35,32,40.0000,-4.0000
csse_covid_19_data/csse_covid_19_daily_reports/03-11-2020.csv:,Spain,2020-03-11T20:53:02,2277,54,183,40.0000,-4.0000
csse_covid_19_data/csse_covid_19_daily_reports/03-12-2020.csv:,Spain,2020-03-12T01:17:58,2277,55,183,40.0000,-4.0000
csse_covid_19_data/csse_covid_19_daily_reports/03-13-2020.csv:,Spain,2020-03-11T20:00:00,5232,133,193,40.4637,-3.7492
$ grep Italy csse_covid_19_data/csse_covid_19_daily_reports/03-1*.csv
csse_covid_19_data/csse_covid_19_daily_reports/03-10-2020.csv:,Italy,2020-03-10T17:53:02,10149,631,724,43.0000,12.0000
csse_covid_19_data/csse_covid_19_daily_reports/03-11-2020.csv:,Italy,2020-03-11T21:33:02,12462,827,1045,43.0000,12.0000
csse_covid_19_data/csse_covid_19_daily_reports/03-12-2020.csv:,Italy,2020-03-11T21:33:02,12462,827,1045,43.0000,12.0000
csse_covid_19_data/csse_covid_19_daily_reports/03-13-2020.csv:,Italy,2020-03-11T20:00:00,17660,1266,1439,41.8719,12.5674`
The text was updated successfully, but these errors were encountered: