Percentage of students participating in youth climate science and/or climate action programs who are eligible for student nutrition services through their school
Number of students participating in the County of San Mateo Office of Sustainability's Youth Exploring Climate Science (YECS) Program and in the Youth Climate Ambassadors (YCA) Leadership Program from 2015 through present. Includes the percentage of students participating that are eligible for nutrition services through their school.
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/percentage-of-students-participating-in-youth-izry-ermn\".\"percentage_of_students_participating_in_youth\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.