Open repository in Console
Readme
Updated 2 months ago
‧ Indexed 35 minutes ago
E-Scooter Trips
Electric scooter trips taken under the City of Chicago ongoing program. Similar datasets from the 2019 and 2020 pilot programs are at:
https://data.cityofchicago.org/d/2kfw-zvte (2019)
https://data.cityofchicago.org/d/3rse-fbp6 (2020)
Summary counts of trips between Census Tracts are provided in a separate dataset to allow for providing more data while still protecting privacy. See "E-Scooter Trips - Census Tract Summary" dataset (https://data.cityofchicago.org/d/cini-k95q).
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/escooter-trips-2i5w-ykuw\".\"escooter_trips\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata