2014 Census - Dwelling Unit By Ownership (Citywide)
All Census information is as of April 1, 2014. Ages of residents are effective April 1, 2014. 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 49 are not posted to protect the information collected. The designation of “No Response” includes households from which no census data could be collected or only partial data was available. Bulk-count data from multiple-resident facilities (such as group homes, transient drop-in centres, residential hotels or criminal detention centres) may be limited when personal information cannot be obtained (i.e. information is not available or cannot be released by the facility administration).
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/2014-census-dwelling-unit-by-ownership-citywide-qrir-nrme\".\"2014_census_dwelling_unit_by_ownership_citywide\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.