Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 5 hours ago
2019 Q1 Immigration Phone Survey Results
Data set is the result of commissioned questions in the Atlantic Quarterly omnibus public opinion survey conducted in February 2019. These commissioned questions relate to public opinion regarding perceptions of immigration. Results are provided for each question broken down by various demographic markers (age, gender, geographic region, education level and household income). Sample size consisted of 400 telephone interviews in a random sample of adult aged 18+ from Nova Scotia.
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 \"novascotia-ca/2019-q1-immigration-phone-survey-results-5hrm-2nyt\".\"2019_q1_immigration_phone_survey_results\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata