Open repository in Console
Readme
Updated 5 years ago
‧ Indexed 12 months ago
Highest Level of Schooling Completed By Sex, Population Aged 15 Years and Over, N.B. 2016 / Plus haut niveau de scolarité atteint selon le sexe, population âgée de 15 ans et plus, N.-B 2016
This table presents highest certificate, diploma or degree, major field of study - for the Population Aged 15 Years and Over in Private Households of New Brunswick, 2016 Census. / Ce tableau présente le plus haut certificat, diplôme ou grade, domaine d'études principal - pour la population âgée de 15 ans et plus dans les ménages privés du Nouveau-Brunswick, Recensement de 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/highest-level-of-schooling-completed-by-sex-y6uh-i3hu\".\"highest_level_of_schooling_completed_by_sex\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.