Nova Scotia Culture Survey 2022
The Nova Scotia Culture Survey was conducted between March 2 - 21, 2022. 1,000 Nova Scotia residents aged 18+ were surveyed using telephone interviews. The survey measured Nova Scotian's attitudes about culture and their cultural identities.
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/nova-scotia-culture-survey-2022-ycuj-7yne\".\"nova_scotia_culture_survey_2022\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.