2016 Federal Census: Household Size
Statistics Canada data from the 2016 Census of Population, aligned to Edmonton's neighbourhood boundaries. For the neighbourhood boundaries as they were at the time of the census, please see https://data.edmonton.ca/d/3did-mjnj.
Source: Statistics Canada, 2016 Census of Population, 2021-01-13. Reproduced and distributed on an "as is" basis with the permission of Statistics Canada. Please see https://www.statcan.gc.ca/eng/reference/licence and https://www.statcan.gc.ca/eng/reference/licence-faq for the terms of the Statistics Canada Open Licence.
Note that if you use this data to create another product, an additional acknowledgement is required: "Adapted from Statistics Canada, 2016 Census of Population, <reference date>. This does not constitute an endorsement by Statistics Canada of this product."
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-federal-census-household-size-m5ij-rg6i\".\"2016_federal_census_household_size\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.