Open repository in Console
Readme
Updated almost 11 years ago
‧ Indexed 12 months ago
FY2014 Official Enrollment
This data set provides the enrollment information of students who were enrolled on September 30th, 2013 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/fy2014-official-enrollment-p2uf-v7dg\".\"fy2014_official_enrollment\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.