CSSEGISandData / COVID-19

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

New Confirmations for Spain and France comparing 04/30 and 05/01 Daily Reports #2457

Open maisonml opened 4 years ago

maisonml commented 4 years ago

Comparing csse_covid_19_daily_reports/05-01-2020.csv and csse_covid_19_daily_reports/04-30-2020.csv, new confirmations for Spain and France are shown as 0 and 6 respectively. Please check this.

Country_Region TotalConfirmed NewConfirmations Spain 213435 0 France 167305 6

valeriupredoi commented 4 years ago

good call! was about to open an issue myself :beer:

joaopedrosantos commented 4 years ago

And -23k confirmed cases yesterday. Weird

Country Date Confirmed_Cases_Increase Spain 30-04-2020 -23.464 Spain 01-05-2020 0

dcleblanc commented 4 years ago

Yes, the feed for Spain seems broken - Worldometer, and other sources are still updating.

StateCenterKid commented 4 years ago

Spain is still broken. Correction to Worldometer values in R goes something like this:

Covid_Data_State$Confirmed[(Covid_Data_State$Country.Region=="Spain") &is.na(Covid_Data_State$Province.State)&Covid_Data_State$ReportTime>=as.POSIXct("2020-04-29 01:00:00") &Covid_Data_State$ReportTime<=as.POSIXct("2020-05-03 11:00:00")]=c(236899,239340,242979,245589,247122)

ThEls-1847 commented 4 years ago

Values (Infected, deaths and recoveries) for Spain have not changed on May, 1st. (compared to April, 30th.) on May, 2nd, values appear to include the increase from April, 30th and May, 1st.

DefaMantribus commented 4 years ago

Is there any news on these countries data?