MTA LIRR Delays: Beginning 2010
State of New York
@usgov.state_of_new_york_mta_lirr_delays_beginning_2010
State of New York
@usgov.state_of_new_york_mta_lirr_delays_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 specific delay cause category, the train number, and the branch the train operates on. For data released daily, though without the cause of delays, use dataset https://data.ny.gov/Transportation/MTA-LIRR-Delay-Verification-Beginning-2010/wkbk-y3dt/about_data.
Organization: State of New York
Last updated: 2024-05-17T13:21:04.600304
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,
"delay_category" VARCHAR
);Anyone who has the link will be able to view this.