Open repository in Console
Readme
Updated almost 10 years ago
‧ Indexed 1 hour ago
CTA - Performance - Unscheduled Days Off
This report shows unscheduled absences for bargained for employees in the CTA’s Rail and Bus divisions. Unscheduled absences reflected in this report include Sick, FMLA, IOD, and AWOLs only. It no longer includes Suspensions, which were included in earlier reports.
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 \"cityofchicago/cta-performance-unscheduled-days-off-spus-59r8\".\"cta_performance_unscheduled_days_off\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata