Open repository in Console
Readme
Updated 14 days ago
‧ Indexed 4 hours ago
MTA Subway Service Delivered: Beginning 2020
Service Delivered measures the percentage of scheduled trains that are actually provided during peak hours on weekdays (7 AM to 10 AM and 4 PM to 7 PM) and weekends (10 AM to 6 PM) for a given month.
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 \"ny-gov/mta-subway-service-delivered-beginning-2020-bg59-42xi\".\"mta_subway_service_delivered_beginning_2020\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata