Open repository in Console
Readme
Updated 5 years ago
‧ Indexed 12 months ago
Perceived mental health, population 12 years and over, 2015/2016 and 2017/2018, N.B. / Santé mentale perçue, population de 12 ans et plus, 2015/2016 et 2017/2018 N.-B.
This table presents two-year period estimates for the population of the province of New Brunswick, aged 12 and over who reported perceiving their own mental health status as being excellent or very good or fair or poor, depending on the indicator. / Ce tableau présente des estimations sur deux ans pour la population de la province du Nouveau-Brunswick, âgée de 12 ans et plus, qui a déclaré percevoir son propre état de santé mentale comme étant excellent ou très bon, passable ou mauvais, selon l'indicateur.
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/perceived-mental-health-population-12-years-and-qr9d-pzeg\".\"perceived_mental_health_population_12_years_and\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.