Open repository in Console
Readme
Updated 12 months ago
‧ Indexed 2 hours ago
AH Deaths by Week, Sex, and Age for 2018-2020
Death counts by age, sex, and week for years 2018-2020. Data for 2018 and 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-week-sex-and-age-for-20182020-w56u-89fn\".\"ah_deaths_by_week_sex_and_age_for_20182020\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata