MTA LIRR Delay Verification: Beginning 2010
State of New York
@usgov.state_of_new_york_mta_lirr_delay_verification_beginning_2010
State of New York
@usgov.state_of_new_york_mta_lirr_delay_verification_beginning_2010
This dataset lists all LIRR trains that are delayed, with information on whether a train is cancelled, partially cancelled, or late (in a rounded number of minutes), the train number, and the branch the train operates on. For the cause of delays, use dataset https://data.ny.gov/Transportation/MTA-LIRR-Delays-Beginning-2010/e32g-kbe9, which is updated monthly.
Organization: State of New York
Last updated: 2024-05-17T13:25:05.667735
Tags: cancelled, commuter-rail, daily, delays, incidents, line, lirr, long-island-rail-road, performance, rail-line, reliability, service
CREATE TABLE table_1 (
"service_date" TIMESTAMP,
"train" VARCHAR,
"branch" VARCHAR,
"depart_station" VARCHAR,
"depart_time" VARCHAR,
"arrive_station" VARCHAR,
"arrive_time" VARCHAR,
"period" VARCHAR,
"status" VARCHAR,
"minutes_late" DOUBLE
);Anyone who has the link will be able to view this.