Chronic Obstructive Pulmonary Disease (COPD) Crude Prevalence
Chronic Obstructive Pulmonary Disease (COPD) prevalence data is from the Canadian Chronic Disease Surveillance System (CCDSS). Chronic Obstructive Pulmonary Disease (COPD) crude prevalence in Nova Scotia. Includes the following data fields: Management Zone, Sex, Age Group, Population, Chronic disease 2 Count, Crude Prevalence Rate %
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/chronic-obstructive-pulmonary-disease-copd-crude-ua9e-4pss\".\"chronic_obstructive_pulmonary_disease_copd_crude\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.