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

cases from back in 1899-12-30 #131

Open
TomGoBravo opened this issue Oct 13, 2020 · 1 comment
Open

cases from back in 1899-12-30 #131

TomGoBravo opened this issue Oct 13, 2020 · 1 comment

Comments

@TomGoBravo
Copy link

curl "https://api.covidcountydata.org/covid_us?location=eq.19001&variable=eq.cases_total&order=dt.asc&limit=1" | jq

[
  {
    "dt": "1899-12-30",
    "location": 19001,
    "variable": "cases_total",
    "value": 43,
    "fips": "19001"
  }
]

Expected: earliest date with cases is sometime in 2020, not 1899. I've only seen this in FIPS 19001.

@sglyon
Copy link
Member

sglyon commented Oct 13, 2020

haha yeah we've deleted this a few time , but somehow Iowa state includes this observation in their dataset!

We should drop it in the scraper

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