Toronto Bus Delay 2022
Toronto Transit Commission (TTC) delay data - Bus
@kaggle.reihanenamdari_toronto_bus_delay_2022
Toronto Transit Commission (TTC) delay data - Bus
@kaggle.reihanenamdari_toronto_bus_delay_2022
CREATE TABLE ttc_bus_delay_data_2022 (
"date" VARCHAR,
"route" VARCHAR,
"time" VARCHAR,
"day" VARCHAR,
"location" VARCHAR,
"incident" VARCHAR,
"min_delay" BIGINT,
"min_gap" BIGINT,
"direction" VARCHAR,
"vehicle" BIGINT
);
Anyone who has the link will be able to view this.