Medical Examiner--2009 Manner Death By Gender, Age, and Race
Updated 10/24/2011. From the Medical Examiner's 2009 Annual Report, the manner of death of autopsied people, by age, race, and gender
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 \"datacatalog-cookcountyil-gov/medical-examiner2009-manner-death-by-gender-age-n44y-psdc\".\"medical_examiner2009_manner_death_by_gender_age\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.