sccgov/county-workforce-demographics-tnhw-jtp5
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 1 year ago
Indexed 1 month ago

County Workforce Demographics

County workforce job data, demographics, and job categories as defined by the Equal Employment Opportunity Commission. More information about the job categories can be found in Appendix 2 at the following link: https://eeocdata.org/EEO4/howto/instructionbooklet

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 \"sccgov/county-workforce-demographics-tnhw-jtp5\".\"county_workforce_demographics\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • county_workforce_demographics