Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Last_Update in csse_covid_19_data/csse_covid_19_daily_reports/03-13-2020.csv not updated #736

Open
rsanzi opened this issue Mar 14, 2020 · 2 comments

Comments

@rsanzi
Copy link

@rsanzi rsanzi commented Mar 14, 2020

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`

@JiPiBi
Copy link

@JiPiBi JiPiBi commented Mar 14, 2020

LastUpdate field varies in this file from 11 to 13 , a bit annoying for people using daily reports

@JimBudde
Copy link

@JimBudde JimBudde commented Mar 15, 2020

I confirmed this issue as well. I use the Last Update Date, not the filename, in the Daily files for my analysis. Here is a screen shot of what I see as an example. Hoping someone from JH can fix this permanently so I can avoid branching from master.
2020-03-15_15-56-35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants