Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 2 hours ago
AH Provisional Diabetes Death Counts for 2020
Provisional death counts of diabetes, coronavirus disease 2019 (COVID-19) and other select causes of death, by month, sex, and age.
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-diabetes-death-counts-for-2020-qdcb-uzft\".\"ah_provisional_diabetes_death_counts_for_2020\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata