Open repository in Console
Readme
Updated over 4 years ago
‧ Indexed 4 hours ago
2016 Census - Population by Employment Status (Neighbourhood/Ward)
All Census information is as of April 1, 2016. No data on any individual residence will be released. To protect the privacy of individuals, data is compiled and presented at the city, ward and neighbourhood level only. Neighbourhood results with a population under 50 are not posted to protect the information collected. Responses are voluntary consequently response rates vary among questions, neighbourhoods and wards.
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/2016-census-population-by-employment-status-i88k-yen7\".\"2016_census_population_by_employment_status\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata