Academic Credential Attainment OVR Program Year 2021 to present Statewide Labor & Industry
Most recent academic year credential attainment broken down by where the credential was attained (i.e., high school, college, etc.) Source is the Rehabilitation Services Administration Case Service Report (RSA-911).
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/academic-credential-attainment-ovr-program-year-7ymy-nnkx\".\"academic_credential_attainment_ovr_program_year\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.