Baselight

Toronto Bus Delay 2022

Toronto Transit Commission (TTC) delay data - Bus

@kaggle.reihanenamdari_toronto_bus_delay_2022

About this Dataset

Toronto Bus Delay 2022

Toronto TTC Bus Dely Data

Context

In this dataset, you will get information about the Toronto TTC bus delay.

Content

This dataset is providing information related to delays that happened in the first 6 months of 2022.

Columns are as below:

Date
Route: You will be able to have more info about the routes here.
Time
Day
Location
Incident
Min Delay
Min Gap
Direction
Vehicle

Acknowledgement

The data is obtained from Here.

Tables

Ttc Bus Delay Data 2022

@kaggle.reihanenamdari_toronto_bus_delay_2022.ttc_bus_delay_data_2022
  • 329.21 KB
  • 27351 rows
  • 10 columns
Loading...

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
);