Numbers and Rates of Suicide Fatalities in NS by Year, Sex, and Zone of Residence
Numbers and rates of suicide fatalities in NS by year, month, sex, and health zone of residence.
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 \"novascotia-ca/numbers-and-rates-of-suicide-fatalities-in-ns-by-n3dv-9n4b\".\"numbers_and_rates_of_suicide_fatalities_in_ns_by\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.