Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 11 months ago
Heart Disease Mortality Data Among US Adults (35+) by State/Territory and County – 2019-2021
2019 to 2021, 3-year average. Rates are age-standardized. County rates are spatially smoothed. The data can be viewed by gender and race/ethnicity. Data source: National Vital Statistics System. Additional data, maps, and methodology can be viewed on the Interactive Atlas of Heart Disease and Stroke http://www.cdc.gov/dhdsp/maps/atlas
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/heart-disease-mortality-data-among-us-adults-35-by-55yu-xksw\".\"heart_disease_mortality_data_among_us_adults_35_by\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata