Participant Outcomes in Vocational Rehabilitation Services by Program Year 2020 to Current Statewide Labor & Industry
Vocational Rehabilitation levels of performance by Program Year (July 1 - June 30). Annual Reports (ETA-9169) are available here from the Rehabilitation Services Administration (RSA): https://rsa.ed.gov/wioa-resources/wioa-annual-reports.
While data is provided for the current Program Year, measures follow different cohorts of participants based on the reporting requirements for the measure. The corresponding cohort dates are provided as well.
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/participant-outcomes-in-vocational-rehabilitation-24xj-y2gq\".\"participant_outcomes_in_vocational_rehabilitation\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.