Open repository in Console
Readme
Updated over 4 years ago
‧ Indexed 11 months ago
Self-reported physical activity, 150 minutes per week, adult, NB (18 years and over) / Activité physique autodéclarée, 150 minutes par semaine, adulte, N.-B. (18 ans et plus)
Self-reported physical activity, 150 minutes per week, adult, NB (18 years and over) / Activité physique autodéclarée, 150 minutes par semaine, adulte, N.-B. (18 ans et plus)
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/selfreported-physical-activity-150-minutes-per-5kfm-hi98\".\"selfreported_physical_activity_150_minutes_per\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.