Iowa Wage Data by Occupation
This dataset is from the Iowa Wage survey which is based on the Occupation Employment Statistics (OES) program from the Bureau of Labor Statistics (BLS). This data is updated to reflect more current statistics using cost of living indicators.
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-wage-data-by-occupation-bs34-5ubh\".\"iowa_wage_data_by_occupation\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.