Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 5 hours ago
2014-2015 School Closure Discharge Reporting - GPA
In June 2015, 18 New York City public schools closed for poor performance. This report provides data regarding students enrolled in these schools during the 2014-2015 school year, according to the guidelines set by Local Law 2011/043
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 \"cityofnewyork-us/20142015-school-closure-discharge-reporting-gpa-qd93-w582\".\"20142015_school_closure_discharge_reporting_gpa\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata