Open repository in Console
Readme
Updated over 3 years ago
‧ Indexed 4 hours ago
Total Income, by Sex, 2017, N.B. / Statistiques sur le faible revenu selon le sexe 2017, N.-B.
Total income of adults by sex, for the year 2017, in the province of New Brunswick. / Ce tableau présente le nombre de personnes à faible revenu selon le sexe, pour les années 2016-2017, 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/total-income-by-sex-2017-nb-statistiques-sur-le-per2-gbde\".\"total_income_by_sex_2017_nb_statistiques_sur_le\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.