Barcelona Traffic Accidents
Incidents recorded by the Barcelona Urban Guard from 2010 to present day
@kaggle.emmanuelfwerr_barcelona_car_accidents
Incidents recorded by the Barcelona Urban Guard from 2010 to present day
@kaggle.emmanuelfwerr_barcelona_car_accidents
CREATE TABLE accidents_opendata (
"case_id" VARCHAR,
"district_id" DOUBLE,
"district_name" VARCHAR,
"neighborhood_id" VARCHAR,
"neighborhood_name" VARCHAR,
"street_code" DOUBLE,
"street_name" VARCHAR,
"postal_code" VARCHAR,
"weekday_name" VARCHAR,
"weekday" VARCHAR,
"type_day" VARCHAR,
"year" DOUBLE,
"month" DOUBLE,
"month_name" VARCHAR,
"day" DOUBLE,
"hour" DOUBLE,
"cyrcadian" VARCHAR,
"cause_incident" VARCHAR,
"n_deaths" DOUBLE,
"n_wounded_mild" DOUBLE,
"n_wounded_severe" DOUBLE,
"n_victims" DOUBLE,
"n_vehicles" DOUBLE,
"utm_coordinate_y" DOUBLE,
"utm_coordinate_x" DOUBLE,
"longitude" DOUBLE,
"latitude" DOUBLE
);
Anyone who has the link will be able to view this.