ny-gov/mta-subway-mean-distance-between-failures-e2qc-xgxs
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 8 days ago
Indexed 2 hours ago

MTA Subway Mean Distance Between Failures: Beginning 2015

Mean Distance Between Failures reports how frequently train mechanical problems cause delays by month and subway car class. It is the main indicator for subway car reliability used at NYCT and is used to compare performance over time and across different subway car types. Only a small proportion of subway delays are due to malfunctioning trains.

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-mean-distance-between-failures-e2qc-xgxs\".\"mta_subway_mean_distance_between_failures\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • mta_subway_mean_distance_between_failures
     
     
     
     
     
Upstream Metadata