Open repository in Console
Readme
Updated almost 2 years ago
‧ Indexed 6 hours ago
Local Area Unemployment Statistics (LAUS) CY 2016 - Current Annual County Labor and Industry
Local area labor force information. Information by calendar year including labor force, employed, unemployed, and unemployment rate. Statewide and county statistics.
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/local-area-unemployment-statistics-laus-cy-2016-rqq6-7e5m\".\"local_area_unemployment_statistics_laus_cy_2016\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata