Provisional COVID-19 Deaths by Week, Sex, and Age
Effective June 28, 2023, this dataset will no longer be updated. Similar data are accessible from CDC WONDER (https://wonder.cdc.gov/mcd-icd10-provisional.html).
Deaths involving COVID-19 reported to NCHS by sex and age group and week ending date.
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/provisional-covid19-deaths-by-week-sex-and-age-vsak-wrfu\".\"provisional_covid19_deaths_by_week_sex_and_age\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.