Students who entered CIE After Graduation Program Year 2021 to Present Statewide Labor & Industry
Number of unique students who entered Competitive Integrated Employment (CIE) within three (3) months of graduation.
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 \"pa-gov/students-who-entered-cie-after-graduation-program-s2ip-ug2j\".\"students_who_entered_cie_after_graduation_program\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.