Open repository in Console
Readme
Updated 10 days ago
‧ Indexed 2 hours ago
CTA - Ridership - Bus Routes - Monthly Day-Type Averages & Totals
This dataset shows monthly averages, by day type (weekday, Saturday or Sunday/Holiday) and monthly totals for all CTA bus routes, back to 2001. See attached readme file for information on how these numbers are calculated.
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-ridership-bus-routes-monthly-daytype-averages-bynn-gwxy\".\"cta_ridership_bus_routes_monthly_daytype_averages\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata