Open repository in Console
Readme
Updated 8 months ago
‧ Indexed 1 hour ago
AH Provisional COVID-19 Deaths by County and Age for 2020
Provisional counts of deaths involving coronavirus disease 2019 (COVID-19) by United States county of residence and age group, from January 1, 2020 through December 31, 2020.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"cdc-gov/ah-provisional-covid19-deaths-by-county-and-age-xmrr-rw5u\".\"ah_provisional_covid19_deaths_by_county_and_age\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata