Supply/Demand Gap Analysis: Occupation to Degree Program Crosswalk 2014-2024 State System of Higher Education
This crosswalk links occupations with degree programs to assist in the identification of degree programs that could lead to employment in a given occupation.
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/supplydemand-gap-analysis-occupation-to-degree-d7j8-bjf3\".\"supplydemand_gap_analysis_occupation_to_degree\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.