oaklandca-gov/unemployment-6gzv-v5q7
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 5 years ago
Indexed 1 hour ago

Unemployment

Unemployment is measured by the percent of the labor force that is unemployed. The labor force includes all individuals aged 16 and older who are either employed or unemployed and looking for work. Individuals in the armed forces are excluded from this measure.

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 \"oaklandca-gov/unemployment-6gzv-v5q7\".\"unemployment\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • unemployment