Iowa Unemployment Insurance Benefit Payments by Industry (Monthly)
This dataset contains statewide unemployment insurance payment activities by month and industry group in Iowa. Industry groups are based on NAICS sectors (North American Industry Classification System). Data available starting in January 2010.
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 \"mydata-iowa-gov/iowa-unemployment-insurance-benefit-payments-by-b38f-jgn3\".\"iowa_unemployment_insurance_benefit_payments_by\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.