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