Open repository in Console
Readme
Updated almost 3 years ago
‧ Indexed 24 minutes ago
SHIP Age-Adjusted Mortality Rate From Heart Disease 2009-2017
Age-Adjusted Mortality Rate From Heart Disease - This indicator shows the age-adjusted mortality rate from heart disease (per 100,000 population). Heart disease is the leading cause of death in Maryland accounting for 25% of all deaths. Between 2012-2014, over 30,000 people died of heart disease in Maryland.
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 \"opendata-maryland-gov/ship-ageadjusted-mortality-rate-from-heart-disease-e3du-cv4i\".\"ship_ageadjusted_mortality_rate_from_heart_disease\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata