Open repository in Console
Readme
Updated 12 months ago
‧ Indexed 2 hours ago
AH Monthly Provisional Counts of Deaths by Age Group and HHS region for Select Causes of Death, 2019-2021
Provisional counts of deaths by the month the deaths occurred, by age group and HHS region, for select underlying causes of death for 2019-2020. The dataset also includes monthly 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-monthly-provisional-counts-of-deaths-by-age-ezfr-g6hf\".\"ah_monthly_provisional_counts_of_deaths_by_age\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata