Supply/Demand Regional County Lookup 2014-2024 State System of Higher Education
County level crosswalk for the regions used within the PASSHE Supply/Demand Gap Analysis for 2014-2024.
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-regional-county-lookup-20142024-state-uy57-3u8f\".\"supplydemand_regional_county_lookup_20142024_state\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.