nola-gov/city-jobs-hiring-data-wx2k-rsac
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 4 years ago
Indexed 1 month ago

City Jobs Hiring Data

This dataset reflects hire actions submitted to the Civil Service Department for classified positions. Hire actions include new employees hired since January of 2019. This data includes the position and requisition number hired for by date and department. Data is updated on a monthly basis.

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 \"nola-gov/city-jobs-hiring-data-wx2k-rsac\".\"city_jobs_hiring_data\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • city_jobs_hiring_data
     
     
     
     
     
Upstream Metadata