November 2022 Mixed Topic - Fall Yard Waste Collection - Edmonton Insight Community
This was one single topic among many, from the November 2022 Mixed Topic survey. To view the survey questions, click the following link:
https://www.edmontoninsightcommunity.ca/c/a/5xnTjgl4dhK81LXoqivISS?t=1
Open from November 8-15, 2022.
At the time the survey was launched survey invitations were sent to 15,820 Insight Community Members. 4576 members completed the survey which represents a completion rate of 28.93%. A total of 4597 respondents completed the survey: 4576 Insight Community Members, 0 from the call to action button on our webpage, 7 from the City of Edmonton's social media channels (Facebook, Twitter, Instagram) and 14 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/november-2022-mixed-topic-fall-yard-waste-quxe-p3f6\".\"november_2022_mixed_topic_fall_yard_waste\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.