Closed psarnow closed 3 years ago
We are using the daily data from JHU's repository: https://github.com/CSSEGISandData/COVID-19/blob/master/csse_covid_19_data/csse_covid_19_daily_reports/05-05-2020.csv
This file does not have Kings county in New York
Understood. Problematic that King's county and the other New York City boroughs have rows in the table with case counts of zero though, that is terribly misleading.
Are you aware if any of the tables provided by Starschema here have New York City county level case data? I'm at a loss so far.
The most granular is NYC_HEALTH_TESTS
that has zip code level info too
It gets data from https://github.com/nychealth/coronavirus-data
awesome. thanks!
Understood. Problematic that King's county and the other New York City boroughs have rows in the table with case counts of zero though, that is terribly misleading.
May I suggest instead of filling missing FIPS from the daily data in JHU's repository, leaving it out. Not reported is much different than reporting a value of 0. If the file does not have Kings county in New York, then there should not be a row in the resulting table.
sounds good, we will remove those old legacy counties with 0 cases
Great! To be clear, don't remove rows from JHU's repo (even if they have zero cases). Just don't create new rows that are not in the JHU repo. This will help a lot. Thank you.
Describe the bug There may be more that 'seem' incorrect, but King's is reporting many cases as indicated by JHU's own dashboard. Here, we have values of 0 cases, and I can't tell why.
To Reproduce
Expected behavior Expecting our target table available here to match what JHU displays. https://coronavirus.jhu.edu/us-map
Screenshots
Additional context I've been searching for 'exceptions' from JHU, but I can find anything pertaining to this.