Open repository in Console
Readme
Updated 12 months ago
‧ Indexed 12 months ago
DQS Death rates for suicide, by sex, race, Hispanic origin, and age: United States from CDC WONDER
Data on death rates for suicide 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-suicide-by-sex-race-hispanic-p7se-k3ix\".\"dqs_death_rates_for_suicide_by_sex_race_hispanic\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata