London Bus Safety
Quarterly report of London Transport that provide analysis of incidents
@kaggle.darrylljk_london_bus_safety_performance
Quarterly report of London Transport that provide analysis of incidents
@kaggle.darrylljk_london_bus_safety_performance
CREATE TABLE tfl_bus_safety (
"year" BIGINT,
"date_of_incident" TIMESTAMP,
"route" VARCHAR,
"operator" VARCHAR,
"group_name" VARCHAR,
"bus_garage" VARCHAR,
"borough" VARCHAR,
"injury_result_description" VARCHAR,
"incident_event_type" VARCHAR,
"victim_category" VARCHAR,
"victims_sex" VARCHAR,
"victims_age" VARCHAR
);
Anyone who has the link will be able to view this.