December 2022 Mixed Topic - Fall Yard Waste Collection - Edmonton Insight Community
This was one single topic among many, from the December 2022 Mixed Topic survey. To view the survey questions, click the following link:
https://www.edmontoninsightcommunity.ca/c/a/6hjV5kyz3iaGTYKWZGp6lt?t=1
Open from December 13-20, 2022.
At the time the survey was launched survey invitations were sent to 15,773 Insight Community Members. 3466 members completed the survey which represents a completion rate of 21.97%. A total of 3494 respondents completed the survey: 3466 Insight Community Members, 7 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/december-2022-mixed-topic-fall-yard-waste-7cw3-3qkf\".\"december_2022_mixed_topic_fall_yard_waste\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.