Open repository in Console
Readme
Updated 5 months ago
‧ Indexed 1 hour ago
MTA Subway Service Delivered: 2015-2019
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-20152019-32ch-sei3\".\"mta_subway_service_delivered_20152019\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata