Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 11 months ago
AH Provisional COVID-19 Deaths by Quarter, County and Age for 2020
Provisional counts of deaths involving coronavirus disease 2019 (COVID-19) by United States county of residence and age group, for 2020 by quarter.
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-quarter-county-ypxr-mz8e\".\"ah_provisional_covid19_deaths_by_quarter_county\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata