Open repository in Console
Readme
Updated 5 years ago
‧ Indexed 11 months ago
Female population, 2014, Canada / Population féminine, 2014, Canada
This table presents the female population of Canada by age group and sex for 2014. / Ce tableau présente la population féminine du Canada par groupe d'âge et sexe pour 2014.
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 \"gnb-socrata/female-population-2014-canada-population-fminine-xvbk-sw48\".\"female_population_2014_canada_population_fminine\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.