Ischemic Heart Disease Crude Prevalence
: Ischemic Heart Disease prevalence data is from the Canadian Chronic Disease Surveillance System (CCDSS). Ischemic heart disease crude prevalence in Nova Scotia. Includes the following data fields: Management Zone, Sex, Age Group, Population, Ischemic Heart disease Count, Crude
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/ischemic-heart-disease-crude-prevalence-7yfs-uzwa\".\"ischemic_heart_disease_crude_prevalence\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.