FY2013 Official Enrollment
This data set provides the enrollment information of students who were enrolled on September 30th, 2012 by grade level and demographic subgroups. In accordance with federal and state guidelines, results are not reported (--) for groups with fewer than twenty (20) students enrolled.
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 \"montgomeryschoolsmd/fy2013-official-enrollment-qfi7-ssj8\".\"fy2013_official_enrollment\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.