cityofchicago/cta-ridership-bus-routes-daily-totals-by-route-jyb9-n7fm
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 3 months ago
Indexed 4 hours ago

CTA - Ridership - Bus Routes - Daily Totals by Route

This dataset shows total daily ridership on a per-route basis dating back to 2001. Daytypes are as follows: W=Weekday, A=Saturday, U=Sunday/Holiday. See attached readme file for more detailed information.

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-daily-totals-by-route-jyb9-n7fm\".\"cta_ridership_bus_routes_daily_totals_by_route\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • cta_ridership_bus_routes_daily_totals_by_route
     
     
     
     
     
Upstream Metadata