MTA Daily Ridership Data: 2020 - 2025
State of New York
@usgov.state_of_new_york_mta_daily_ridership_data_beginning_2020
State of New York
@usgov.state_of_new_york_mta_daily_ridership_data_beginning_2020
CREATE TABLE table_1 (
"date" TIMESTAMP,
"subways_total_estimated_ridership" BIGINT,
"subways_of_comparable_pre_pandemic_day" DOUBLE,
"buses_total_estimated_ridership" BIGINT,
"buses_of_comparable_pre_pandemic_day" DOUBLE,
"lirr_total_estimated_ridership" BIGINT,
"lirr_of_comparable_pre_pandemic_day" DOUBLE,
"metro_north_total_estimated_ridership" BIGINT,
"metro_north_of_comparable_pre_pandemic_day" DOUBLE,
"access_a_ride_total_scheduled_trips" BIGINT,
"access_a_ride_of_comparable_pre_pandemic_day" DOUBLE,
"bridges_and_tunnels_total_traffic" BIGINT,
"bridges_and_tunnels_of_comparable_pre_pandemic_day" DOUBLE,
"staten_island_railway_total_estimated_ridership" BIGINT,
"staten_island_railway_of_comparable_pre_pandemic_day" DOUBLE
);
Anyone who has the link will be able to view this.