Skip to content

cases from back in 1899-12-30 #131

Description

@TomGoBravo
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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions