Open repository in Console
Readme
Updated over 10 years ago
‧ Indexed 10 minutes ago
Bronx School Progress Reports 2011 Multiyear Summary
2006-07 to 2009-10 Progress Report results summary for all schools Summary Progress Report grades for school years 2006-2007 through 2009-2011.
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/bronx-school-progress-reports-2011-multiyear-iq5g-4aun\".\"bronx_school_progress_reports_2011_multiyear\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.