Section 511 Cases Demographics State Fiscal Year 2022-2023 Statewide Labor & Industry
Section 511 Program Case Demographics by State Fiscal Year as given through the Pennsylvania Department of Labor & Industry.
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/section-511-cases-demographics-state-fiscal-year-tdk5-iya4\".\"section_511_cases_demographics_state_fiscal_year\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.