CSSEGISandData / COVID-19

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

California (CA, UA) County wise data is totally incorrect #989

Open rprakriya opened 4 years ago

rprakriya commented 4 years ago

There are 11 deaths in California as a whole, And for e,g., Santa Clara had 5-6 deaths - we already know that. Yet your data is showing a "0" all over.

This data is not reliabale.

mwargan commented 4 years ago

The last data point shows "2020-03-17": 12 deaths. https://github.com/CSSEGISandData/COVID-19/blob/master/csse_covid_19_data/csse_covid_19_time_series/time_series_19-covid-Deaths.csv

This does not seem to be an issue.

palock2005 commented 4 years ago

I see the same, bay area data is not updated, at least in confirmed csv

szsb26 commented 4 years ago

Same here, it seems like a lot of the data after 3/9 is zero for many of the counties in CA and even some in other states.

mwargan commented 4 years ago

The latest CSV from here https://opendata.arcgis.com/datasets/bbb2e4f589ba40d692fab712ae37b9ac_1.csv and the historical data in this repo have some discrepancies in the naming for provinces/states.

This might explain why there's 0 for some points. I've made an API that pulls data from both sources and combines them to make it easier to check, try seeing whats missing here (for US): https://covid-api.mmediagroup.fr/v1/cases?status=Confirmed&country=US

smscott80 commented 4 years ago

@mwargan I checked your site, and there appears to be a problem with County data in California.

mwargan commented 4 years ago

@smscott80 the data on this repo does not have County separation specifically, only a generic region (which in some places is cities in others states). The data on the site I linked is directly from the repo so it'll have to be updated here.