March 2023 Mixed Topic - Additional Demographics - Edmonton Insight Community
This was one single topic among many, from the March 2023 Mixed Topic survey. To view the survey questions, click the following link:
https://www.edmontoninsightcommunity.ca/c/a/6FxPSFplHvD41hTcizPatO?t=1
Open from March 14-21, 2023.
At the time the survey was launched survey invitations were sent to 16,394 Insight Community Members. 2836 members completed the survey which represents a completion rate of 17.30%. A total of 2,871 respondents completed the survey: 2836 Insight Community Members, 5 from the call to action button on our webpage, 10 from the City of Edmonton's social media channels (Facebook, Twitter, Instagram) and 20 using the anonymous link on Edmonton.ca/Surveys which will have no demographic info.
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 \"edmonton-ca/march-2023-mixed-topic-additional-demographics-9gsd-hs4p\".\"march_2023_mixed_topic_additional_demographics\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.