Workforce Innovation and Opportunity Act (WIOA) Title I Performance Accountability Metrics PY 2017-2018 - Current Annual County Area & Statewide Labor and Industry
A comprehensive collection of data that assesses the effectiveness of Pennsylvania in achieving positive outcomes for individuals served by the workforce development system’s Title I Adult, Dislocated Worker, and Youth programs. Data is compiled in compliance with US Department of Labor’s Employment and Training Administration guidance on Workforce Innovation and Opportunity Act (WIOA) Performance Accountability. Data is available for the state and each of the local workforce development areas in the commonwealth.
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/workforce-innovation-and-opportunity-act-wioa-kfaa-g3rs\".\"workforce_innovation_and_opportunity_act_wioa\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.