CSSEGISandData / COVID-19

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

New York daily confirmed for March 23 does not match time series data for New York #1349

Open GitRobGit opened 4 years ago

GitRobGit commented 4 years ago

When summing Confirmed and filtering "Province_State==New York" in dataset CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_daily_reports/03-23-2020.csv the result is 20884.

However the March 23 entry in the dataset CSSEGISandData/COVID-19/blob/master/csse_covid_19_data/csse_covid_19_time_series/time_series_19-covid-Confirmed.csv is 15793.

Issue:

  1. The daily value for New York (15793) for March 23 does not match the time series value for the same date (20884) for NY. The time series value appears realistic and the daily value does not.
  2. The daily value for New York (15793) for March 23 is the same value contained in the March 22 daily file (15793) for NY. This is not realistic given the trendline for New York.
cortical-iv commented 4 years ago

Read the issues stack. covid-Confirmed.csv has been deprecated. The place is blowing up. There are many threads identical to yours already. See my Issue #1348