Percent of 7th Grade Students Meeting Physical Fitness Standards
Percent of 7th grade students tested for physical fitness that score within the HFZ (Healthy Fitness Zone) in all six physical fitness areas.
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 \"performance-smcgov/percent-of-7th-grade-students-meeting-physical-54sr-aba3\".\"percent_of_7th_grade_students_meeting_physical\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.