We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Expected: earliest date with cases is sometime in 2020, not 1899. I've only seen this in FIPS 19001.
The text was updated successfully, but these errors were encountered: