Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 1 hour ago
AH Cumulative Provisional Death Counts by Sex, Race, and Age from 1/1/2020 to 7/4/2020
Cumulative provisional counts of deaths sex, race/Hispanic origin, age group, and by select underlying causes of death. The dataset also includes provisional counts of death for COVID-19, coded to ICD-10 code U07.1 as an underlying or multiple cause of death. Includes deaths that occurred between January 1, 2020 to July 4, 2020.
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-cumulative-provisional-death-counts-by-sex-race-sf7h-sajc\".\"ah_cumulative_provisional_death_counts_by_sex_race\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata