Open repository in Console
Readme
Updated 12 months ago
‧ Indexed 8 minutes ago
AH Deaths by Year, Sex, and Age for 2015-2020
Death counts by age and sex for years 2015-2020. Data for 2015-2019 are final. Data for 2020 are provisional.
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-deaths-by-year-sex-and-age-for-20152020-chcz-j2du\".\"ah_deaths_by_year_sex_and_age_for_20152020\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata