This repository was archived by the owner on Mar 10, 2023. It is now read-only.
This repository was archived by the owner on Mar 10, 2023. It is now read-only.
How are people dealing with US data? #571
Closed
Description
As of March 10, the data contains US cases at both state level AND county level. This is leading to double counting problems where if you sum all the US cases, you get a number that is roughly twice as high as the true number of cases.
See also #382, #472, #496, #559, #501, #541 and many more
The way I see it, for the US cases, we can either:
1. Focus on state data and ignore county based data
- e.g., by filtering out commas in Province/State
2. Focus on county data and ignore state data
- e.g., by filtering out state names in Province/State or filtering out Province/State without a comma
3. Do something else
- e.g. combine these values in some useful way
How are people dealing with this? Are the state and county levels providing the same total numbers, or is one source more reliable than the other? I'm curious if anyone has a workaround for this.
Metadata
Metadata
Assignees
Labels
No labels