Dislocated Worker program
The Dislocated Worker program serves individuals who have lost their job through no fault of their own. It is a return to work program.
This data shows program service outcomes by demographic markers such as race and ethnicity, gender, age group and occupation.
Workforce Solutions Dislocated Worker program service outcome.
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 \"ramseycounty-us/dislocated-worker-program-wymy-rstr\".\"dislocated_worker_program\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.