health-data-ny-gov/student-weight-status-category-reporting-results-es3k-2aus
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 3 months ago
Indexed 1 month ago

Student Weight Status Category Reporting Results: 2010-2019

The Student Weight Status Category Reporting System (SWSCR) collects weight status category data (underweight, healthy weight, overweight or obese, based on BMI-for-age percentile). The dataset includes separate estimates of the percent of students overweight, obese and overweight or obese for all reportable grades within the county and/or region and by grade groups (elementary and middle/high).

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 \"health-data-ny-gov/student-weight-status-category-reporting-results-es3k-2aus\".\"student_weight_status_category_reporting_results\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • student_weight_status_category_reporting_results
     
     
     
     
     
Upstream Metadata