OSPI Enrollment Changes 2019-20 to 2020-21
Data exploring the difference of student enrollment in Washington state from school year 2019-20 to 2020-21
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 \"wa-gov/ospi-enrollment-changes-201920-to-202021-5u4d-iirb\".\"ospi_enrollment_changes_201920_to_202021\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.