Open repository in Console
Readme
Updated 2 years ago
‧ Indexed 11 months ago
Heart Disease Mortality Data Among US Adults (35+) by State/Territory and County
2013 to 2015, 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-i2vk-mgdh\".\"heart_disease_mortality_data_among_us_adults_35_by\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata