datasets / covid-19

Novel Coronavirus 2019 time series data on cases
https://datahub.io/core/covid-19
1.16k stars 604 forks source link

Italy has wrong data for March 23 #31

Closed deleugpn closed 4 years ago

deleugpn commented 4 years ago

I was updating my dashboards on https://corona.deleu.dev and I noticed a full flat data on Italy.

The dataset shows

2020-03-21,Italy,,43.0,12.0,53578,6072,4825
2020-03-22,Italy,,43.0,12.0,59138,7024,5476
2020-03-23,Italy,,43.0,12.0,59138,7024,5476

when in reality it should be

2020-03-21,Italy,,43.0,12.0,53578,6072,4825
2020-03-22,Italy,,43.0,12.0,59138,7024,5476
2020-03-23,Italy,,43.0,12.0,63,927,7432,6077
naveen-pit commented 4 years ago

It seems process.py pointed to outdated version of files BASE_URL = 'https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/' CONFIRMED = 'time_series_19-covid-Confirmed.csv' DEATH = 'time_series_19-covid-Deaths.csv' RECOVERED = 'time_series_19-covid-Recovered.csv'

Original sources has already mentioned that these files were outdated. Please reference time_series_covid19_confirmed_global.csv and time_series_covid19_deaths_global.csv for the latest time series data.

anuveyatsu commented 4 years ago

Hi @deleugpn and @naveen-pit thanks for letting us know. We'll look into it.

anuveyatsu commented 4 years ago

FIXED in https://github.com/datasets/covid-19/commit/0875bc923ec0f9d0e88ae6c36c5f9acefe727d29