MCPS School Level Demographics
Demographic data for all schools from 1990. Some categories are underrepresented as we do not publish data if there are 5 or fewer students in a category.
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/mcps-school-level-demographics-ptrz-9p3b\".\"mcps_school_level_demographics\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.