Open repository in Console
Readme
Updated over 4 years ago
‧ Indexed 2 hours ago
Chicago Public Schools - High School Progress Report (2013-2014)
This dataset shows the 2013 School Progress Report Card data elements for each CPS high school. The report card is an annual summary of how the school is doing. For more information on the School Progress Report Cards, please see http://www.cps.edu/SCHOOLDATA/Pages/SchoolProgressReports.aspx
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 \"cityofchicago/chicago-public-schools-high-school-progress-report-2m8w-izji\".\"chicago_public_schools_high_school_progress_report\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata