Open repository in Console
Readme
Updated 5 months ago
‧ Indexed 5 hours ago
AH Provisional COVID-19 Death Counts by Week, Race, and Age, United States 2020-2023
Provisional deaths involving COVID-19 reported to NCHS by MMWR week, race and Hispanic origin, and age group. Deaths occurred in the United States.
Age groups: 0-4, 5-11, 12-17, 18-29, 30-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-death-counts-by-week-race-siwp-yg6m\".\"ah_provisional_covid19_death_counts_by_week_race\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata