Open repository in Console
Readme
Updated over 6 years ago
‧ Indexed 12 months ago
FY2013 Suspensions
Data reflects the 2012-2013 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.
Results are not reported (--) for groups with fewer than ten 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-suspensions-7mie-pabi\".\"fy2013_suspensions\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.