Number of Deaths for Selected Causes among Maryland Residents
This dataset is deprecated and will be removed by the end of the calendar year 2024. Updated on 8/18/2024
Number of deaths by underlying cause for selected causes of death among Maryland residents (1992-2017).
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/number-of-deaths-for-selected-causes-among-vbug-jt5v\".\"number_of_deaths_for_selected_causes_among\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.