Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 21 days ago
2016 Census of Canada - Top 5 Languages spoken most often at home by Ward
This is Statistics Canada collected census data for 2016. The data refers only to the population in private households. Residents of collective dwellings (dwellings of a commercial, institutional or communal nature) are excluded. Calgary geographic boundaries are from the municipal 2017 Census by Ward.
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 \"calgary-ca/2016-census-of-canada-top-5-languages-spoken-most-t2zu-59kf\".\"2016_census_of_canada_top_5_languages_spoken_most\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata