Open repository in Console
Readme
Updated 3 years ago
‧ Indexed 5 hours ago
Population Estimates by Sex and Age Groups, 2019, N.B. / Estimations de la population par sexe et groupes d'âge, 2019 N.-B.
This table presents estimated number of persons on July 1st, for the years of 2015 to 2019 in the province of New Brunswick. / Ce tableau présente le nombre estimatif de personnes le 1er juillet, pour les années 2015 à 2019 dans la province du Nouveau-Brunswick.
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/population-estimates-by-sex-and-age-groups-2019-nb-7waq-wndi\".\"population_estimates_by_sex_and_age_groups_2019_nb\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.