USA cases decreased by ~90,000? #2093
Comments
|
Came here to say the same thing. What's going on? |
|
i mean, how difficult to implement is a sanity check? "don't automatically update the data if the number goes down" is not that difficult of a rule. sorry to say so, but this jhu csse is not operating with the care required for their level of responsibility and even their very low standards are degrading lately. |
|
It seems to be a global issue on the data. 4/8/2020 daily data file (at a minimum) seems to be seriously off in all regards. |
|
New York's cumulative death number is wrong death count on 4/6 is smaller than the one on 4/5. |
|
Just FYI. I did a fresh pull, and right now, the numbers for 4/8 seem much more reasonable now. I'm not sure when the data I had was from, but sometime yesterday evening is when I first noticed the big decreases people were reporting. But now, it is looking better. |
|
New York's cumulative death number is still not right. death count on 4/6 is smaller than the one on 4/5. |
|
@yetzt They can really use your help. please volunteer |
|
@tchelle they could but they don't want it, so i stick to pointing out where their data is wrong. see the issues i've raised in this repostory in tha past. |
|
@yetzt they definitely need some experienced people guiding them. this data is so dirty there is no way people can track daily trends with any level of confidence. I offered and haven't back yet. I see your point....very frustrating |
|
several major networks including CNN are reporting off this data. facepalm |
|
@tchelle @yetzt Can also use data from USAFacts aside from JHU. (USAFacts slices NYC data differently.) See these two Jupyter notebooks: https://nbviewer.jupyter.org/github/jjbenes/covid19/tree/master/jupyter/. I showed cumulative and daily-new data at the country, state, and county levels in the U.S. You can run sanity checks with these notebooks, and maybe correct the data based on multiple sources. |
|
@jjbenes Thank you! much appreciated. I'll take a look. |
|
@jjbenes thank you |
|
Been working on per capita data and noticed that JHU's New York State population is 4174504 more than what I got from USAFacts and the U.S. Census Bureau. Both USAFacts (https://usafactsstatic.blob.core.windows.net/public/data/covid-19/covid_county_population_usafacts.csv) and the U.S. Census Bureau have 19,453,561 as the NY State population (https://www.census.gov/quickfacts/NY), not a surprise because USAFacts says they use the 2019 Census estimates. "New York" can be a city, a county, or a state. (The city is a collection of boroughs and spans multiple counties. Ran into a similar counting problem before with Kansas City, MO, when I was working with the NYT CSV files.) Both JHU and USAFacts/Census Bureau use FIPS in the CSV files. The FIPS code 36061 is the code for New York County (Manhattan). That happens to be the only NY county line item in the JHU population file that differs from USAFacts. 4.2 million is not a small difference. For U.S. population, I suggest we use the data directly from the U.S. Census Bureau or USAFacts. Too much hassle to clean up the JHU data. |
|
@jjbenes I am sorry to ask, so is that mean we should not use JHU API? Or you guys planning to update JHU API by using data from U.S Census or USAFacts? |
|
@HashemDeveloper The idea behind the Python API (currently one for JHU and one for USAFacts) is to keep data sources separate. If we start hacking the JHU class to make it grab population data from the USAFacts class behind your back, we'll end up with a spaghetti data structure. There are three viable options.
The nice thing about the JHU database is that it's global. But if you're only interested in U.S. data, Option 1 should work well. Option 3 is a viable short-term solution until the data bug is fixed. |
|
@jjbenes thank you for the detailed information! I am going to to wait untill the issue 1979 is fixed. Meanwhile, option 3 seems to be good choice for me. |








Operations Dashboard as well as feature layers display USA cases as 363,000. It displayed well over 400,000 earlier today. Thank you.
Worldometer has 455,000.
The text was updated successfully, but these errors were encountered: