2023 Climate Perception Survey
This survey was conducted to understand the current perceptions and behaviours of Edmontonians regarding climate change. It is similar to surveys conducted in previous years since 2017.
The survey was conducted from June 26, 2023 to July 10, 2023.
The target audience were Edmontonians, 18 years of age or older.
There were 1,004 survey respondents contacted.
Column definitions can be found at: https://data.edmonton.ca/dataset/2023-Climate-Perception-Survey-Codebook/u2g9-bvbp
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/2023-climate-perception-survey-k2sr-dv2a\".\"2023_climate_perception_survey\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.