Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 26 minutes ago
Countywide Workforce Statistics Data
This section of the Ramsey County Workforce Statistics Report summarizes data of Ramsey County full and part-time employees: by Race & Ethnicity, EEO-4 categories, and Gender, including new hires, promotions and separations. The data does not include intermittent employees, student workers, student interns or temporary staff.
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 \"ramseycounty-us/countywide-workforce-statistics-data-3d5g-2g6z\".\"countywide_workforce_statistics_data\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata