FY2014 Students with Disabilities - Least Restrictive Environment (LRE)
Percent of Instructional Time Inside a General Education Class for the 2013-2014 school year. To comply with federal regulations, any percentage rate greater than or equal to 95% or less than or equal to 3% will be noted as 95% and 3%, respectively.
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-students-with-disabilities-least-7veh-g59r\".\"fy2014_students_with_disabilities_least\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.