Car Accident Dataset
Road Accident Records in Kensington and Chelsea (January 2021)
@kaggle.nextmillionaire_car_accident_dataset
Road Accident Records in Kensington and Chelsea (January 2021)
@kaggle.nextmillionaire_car_accident_dataset
CREATE TABLE road_accident_data (
"accident_index" VARCHAR,
"accident_date" TIMESTAMP,
"day_of_week" VARCHAR,
"junction_control" VARCHAR,
"junction_detail" VARCHAR,
"accident_severity" VARCHAR,
"latitude" DOUBLE,
"light_conditions" VARCHAR,
"local_authority_district" VARCHAR,
"carriageway_hazards" VARCHAR,
"longitude" DOUBLE,
"number_of_casualties" BIGINT,
"number_of_vehicles" BIGINT,
"police_force" VARCHAR,
"road_surface_conditions" VARCHAR,
"road_type" VARCHAR,
"speed_limit" BIGINT,
"time" VARCHAR,
"urban_or_rural_area" VARCHAR,
"weather_conditions" VARCHAR,
"vehicle_type" VARCHAR
);
Anyone who has the link will be able to view this.