Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 9 minutes ago
2019 Pre-Kindergarten Admissions Guide
A spreadsheet of the data shared in the printed 2019 Pre-K Admissions Guide distributed by the Office of Student Enrollment. The directory includes the schools participating in the Fall 2019 Pre-K for All application process as of December 2018.
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/2019-prekindergarten-admissions-guide-fp78-wt5b\".\"2019_prekindergarten_admissions_guide\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata