cityofchicago/cta-ridership-annual-boarding-totals-w8km-9pzd
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 4 years ago
Indexed 6 hours ago

CTA - Ridership - Annual Boarding Totals

This dataset gives annual ridership totals dating to the mid-1980s. Numbers are presented in boardings (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-annual-boarding-totals-w8km-9pzd\".\"cta_ridership_annual_boarding_totals\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • cta_ridership_annual_boarding_totals
     
     
     
     
     
Upstream Metadata