Open repository in Console
Readme
Updated almost 13 years ago
‧ Indexed 11 months ago
2011 2012 All Progress Report Results 2012 10 01 Bronx
Bronx schools extracted from DOE file:
2011_2012_All_ProgressReport_Results_2012_10_01.xlsx. Partial results. Does not include High Schools, Transfer High Schools, YABC Programs.
Bronx schools identified by X in BN.
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 \"bronx-lehman-cuny-edu/2011-2012-all-progress-report-results-2012-10-01-wich-sy2n\".\"2011_2012_all_progress_report_results_2012_10_01\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.