Open repository in Console
Readme
Updated 5 years ago
‧ Indexed 12 months ago
Women proportion of post-secondary qualification holders, by field of study and qualification type, N.B. 2016 / Proportion de femmes parmi les titulaires d'un diplôme d'études postsecondaires, selon le domaine d'études et le type de diplôme, N.-B. 2016
This table presents the quantities of women and men as post-secondary qualification holders by field in the province of New Brunswick, 2016 Census. / Ce tableau présente le nombre de femmes et d'hommes titulaires d'un diplôme d'études postsecondaires, par domaine, 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/women-proportion-of-postsecondary-qualification-kg6h-jpmm\".\"women_proportion_of_postsecondary_qualification\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.