CSSEGISandData / COVID-19

Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE
https://systems.jhu.edu/research/public-health/ncov/
29.14k stars 18.44k forks source link

values for 3/22 and 3/23 are the same in time_series_19-covid-Confirmed.csv #1433

Open pavelfomin opened 4 years ago

pavelfomin commented 4 years ago

Commit id f9681726455c9806f3085791aadbed2d4a6a46ce resulted in the data for 3/22 added for 3/23 (last two columns are exactly the same in csse_covid_19_data/csse_covid_19_time_series/time_series_19-covid-Confirmed.csv).

Chrismarsh commented 4 years ago

I believe this may also affect the death timeseries. Many, but not all, countries show no deaths yesterday. E.g., Italy: 5476,5476 which isn't correct

Italy has reported 602 new deaths from the coronavirus on Monday (23rd), bringing the total to 6,077 with the tally of cases in the country, a major hotspot, rising to 63,928. https://www.aljazeera.com/news/2020/03/italy-bans-internal-travel-stop-virus-spread-live-updates-200322235532945.html

awakefie commented 4 years ago

Yep, I have confirmed the same

tsgouros commented 4 years ago

Glad to know it's not just me.

Chrismarsh commented 4 years ago

Ok the problem is these are the old files.

Issue #1250 shows they have a new format, splitting off the US.

The readme here states the deprecation has happened: https://github.com/CSSEGISandData/COVID-19/blob/master/csse_covid_19_data/csse_covid_19_time_series/README.md

---DEPRICATED WARNING--- The files below will no longer be updated. With the release of the new data structure, we are updating our time series tables to reflect these changes. Please reference time_series_covid19_confirmed_global.csv and time_series_covid19_deaths_global.csv for the latest time series data.

time_series_19-covid-Confirmed.csv time_series_19-covid-Deaths.csv time_series_19-covid-Recovered.csv

I just plotted the new files and all is correct. The US data looks like it's still in the main CSV file though.

awakefie commented 4 years ago

Well that explains it I guess. Time to change some code.

mfenner1 commented 4 years ago

@Chrismarsh Thanks for catching that.

JiPiBi commented 4 years ago

Additionnally , as it was annouced , there are no more informations on the recovered values

matjung commented 4 years ago

Thanks for spotting the issue and pointing to the solution. I changed my code to work with time_series_covid19_confirmed_global.csv just - the US states are missing in that CSV For Australia and China they are still included https://micro-work.net/covid/jhutsconfirmedjson4.php

JiPiBi commented 4 years ago

One never knows , I just commented my lines using recovered ....

Without recovered , the values become not very interesting , even sad to analyse....

rtroha commented 4 years ago

So they got rid of US state data in the new file they're updating, without releasing the US-specific file?

matjung commented 4 years ago

Maybe the US data is in the other branch https://github.com/CSSEGISandData/COVID-19/blob/web-data/data/cases_state.csv