Workforce Innovation Opportunity Act (WIOA) Title III Performance Accountability Metrics PY 2017-2018 - Current Annual 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 III Wagner-Peyser (Labor Exchange) program. 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 CareerLink® offices 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-opportunity-act-wioa-title-ym92-gwt3\".\"workforce_innovation_opportunity_act_wioa_title\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.