sccgov/employee-breakdown-by-equal-employment-opportunity-f5de-b3zv
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 2 months ago
Indexed 1 month ago

Employee Breakdown by Equal Employment Opportunity Categories

Data on County employee demographics and job categories and functions as defined by the Equal Employment Opportunity Commission. More information about the job categories and functions can be found in Appendix 2 and Section 5C 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/employee-breakdown-by-equal-employment-opportunity-f5de-b3zv\".\"employee_breakdown_by_equal_employment_opportunity\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • employee_breakdown_by_equal_employment_opportunity