AH Provisional COVID-19 Deaths by Educational Attainment, Race, Sex, and Age
Provisional counts of deaths in the United States by educational attainment, race, sex, and age group. The dataset includes cumulative provisional counts of death for COVID-19, coded to ICD-10 code U07.1 as an underlying or multiple cause of death.
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-educational-3ts8-hsrw\".\"ah_provisional_covid19_deaths_by_educational\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.