Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recovered values are 0 for US after 2020-12-14 #237

Open
bhbmaster opened this issue Feb 20, 2021 · 1 comment
Open

Recovered values are 0 for US after 2020-12-14 #237

bhbmaster opened this issue Feb 20, 2021 · 1 comment

Comments

@bhbmaster
Copy link

I realize this is not your issue, but your instructions said to leave a ticket their "too" so I left one here as well.

CSSEGISandData/COVID-19#3700

How I get the data:

# in interactive python 3
import urllib.requests
data=json.loads(urllib.request.urlopen(SITE).read().decode()
data["US"]

Output:

...skip...
{'date': '2020-12-9', 'confirmed': 15534536, 'deaths': 293847, 'recovered': 5889896}, {'date': '2020-12-10', 'confirmed': 15765165, 'deaths': 296830, 'recovered': 5985047}, {'date': '2020-12-11', 'confirmed': 16003837, 'deaths': 300246, 'recovered': 6135314}, {'date': '2020-12-12', 'confirmed': 16220250, 'deaths': 302698, 'recovered': 6246605}, {'date': '2020-12-13', 'confirmed': 16407679, 'deaths': 304301, 'recovered': 6298082},

{'date': '2020-12-14', 'confirmed': 16600830, 'deaths': 305998, 'recovered': 0}, {'date': '2020-12-15', 'confirmed': 16810019, 'deaths': 309092, 'recovered': 0}, {'date': '2020-12-16', 'confirmed': 17055759, 'deaths': 312813, 'recovered': 0}, {'date': '2020-12-17', 'confirmed': 17294836, 'deaths': 316274, 'recovered': 0}, {'date': '2020-12-18', 'confirmed': 17545869, 'deaths': 319223, 'recovered': 0},
...skip...
@bhbmaster bhbmaster changed the title Recovered values are 0 for US after Recovered values are 0 for US after 2020-12-14 Feb 20, 2021
@mcc-devel
Copy link

Same as #240
@pomber
please close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants