Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 4 hours ago
AH Provisional Cancer Death Counts by Month and Year, 2020-2021
Provisional death counts of malignant neoplasms (cancer) by month and year, and other selected demographics, for 2020-2021. Data are based on death certificates for U.S. residents.
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-cancer-death-counts-by-month-and-2na8-fe6s\".\"ah_provisional_cancer_death_counts_by_month_and\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata