Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 5 hours ago
AH Provisional COVID-19 Deaths by Age, United States, Week 40 2020 through Week 39 2021
Provisional deaths involving coronavirus disease 2019 (COVID-19) reported to NCHS by age group among United States residents, from MMWR Week 40 2020 through MMWR Week 39 2021.
Age groups: 0-4, 5-11, 12-15, 16-17, 18-24, 25-39, 40-49, 50-64, 65-74, and 75+ years
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-age-united-states-mawz-airi\".\"ah_provisional_covid19_deaths_by_age_united_states\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata