December 2020 Mixed Topic - Emily Murphy Park Renewal - Edmonton Insight Community
This was one single topic among many, from the December 2020 Mixed Topic survey. To view the survey questions, click the following link:
https://www.edmontoninsightcommunity.ca/c/a/5sbpT3eBkSt3Xf8WStS6lo?t=1
Open from Dec 1-8, 2020.
At the time the survey was launched survey invitations were sent to 12,368 Insight Community Members. 2602 members completed the survey which represents a completion rate of 21.03%. A total of 2611 respondents completed the survey: 2602 Insight Community Members, 3 from the call to action button on our webpage, and 6 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-2020-mixed-topic-emily-murphy-park-9bgf-w2by\".\"december_2020_mixed_topic_emily_murphy_park\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.