Snow and Ice Control in Edmonton - Edmonton Insight Community
This was one single topic among a couple from the April 2019 Mixed Topic survey. To view the survey questions, click on the following link:
https://www.edmontoninsightcommunity.ca/c/a/5enTBQVbIsLKnhCBvlqKoy?t=1
Open from April 9 - 16, 2019.
At the time the survey was launched survey invitations were sent to 11,265 Insight Community Members. 3,163 members completed the survey which represents a completion rate of 28%. A total of 3,180 respondents completed the survey: 3,163 Insight Community Members and 9 from the call to action button on our web page and 8 using the anonymous link(s) on edmonton.ca/surveys which will have no demographic information.
Column definitions can be found as an attachment to this dataset (under the About option, in the Attachment section).
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/snow-and-ice-control-in-edmonton-edmonton-insight-cjvj-bxmi\".\"snow_and_ice_control_in_edmonton_edmonton_insight\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.