cityofnewyork-us/drivers-and-attendants-4tqt-y424
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 2 months ago
Indexed 26 days ago

Drivers and Attendants

OPT does not operate any buses nor does it directly employ any bus drivers or attendants. Drivers and attendants (sometimes referred to as ‘matrons’ or ‘escorts’) and employed by bus vendors themselves. OPT manages systems and processes to ensure that drivers and attendants have all requisite background checks and certifications. The Driver and Attendant summary data is available for each bus vendor and describes the number of active employees by job type.

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 \"cityofnewyork-us/drivers-and-attendants-4tqt-y424\".\"drivers_and_attendants\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • drivers_and_attendants
     
     
     
     
     
Upstream Metadata