Open repository in Console
Readme
Updated 4 hours ago
‧ Indexed 2 hours ago
CTA - Ridership - 'L' Station Entries - Daily Totals
This list shows daily totals of ridership, by station entry, for each 'L' station dating back to 2001. Dataset shows entries at all turnstiles, combined, for each station. Daytypes are as follows: W=Weekday, A=Saturday, U=Sunday/Holiday. 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-l-station-entries-daily-totals-5neh-572f\".\"cta_ridership_l_station_entries_daily_totals\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata