DQS Death rates for malignant neoplasms, by sex, race, Hispanic origin, and age: United States
Data on death rates for neoplasms in the United States, by age, sex, race, and Hispanic origin. Data are from Health, United States. SOURCE: National Center for Health Statistics, National Vital Statistics System, Mortality File.
Search, visualize, and download these and other estimates from over 120 health topics with the NCHS Data Query System (DQS), available from: https://www.cdc.gov/nchs/dataquery/index.htm.
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/dqs-death-rates-for-malignant-neoplasms-by-sex-4giy-47wy\".\"dqs_death_rates_for_malignant_neoplasms_by_sex\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.