Legacy Baton Rouge Traffic Incidents (2010 - 2020)
City of Baton Rouge
@usgov.city_of_baton_rouge_baton_rouge_traffic_incidents
City of Baton Rouge
@usgov.city_of_baton_rouge_baton_rouge_traffic_incidents
CREATE TABLE table_1 (
"file" VARCHAR,
"crash_date" TIMESTAMP,
"crash_time" VARCHAR,
"tot_veh" BIGINT,
"district" VARCHAR,
"zone" VARCHAR,
"subzone" VARCHAR,
"street" DOUBLE,
"street_direction" VARCHAR,
"street_name" VARCHAR,
"street_type" VARCHAR,
"formatted_street" VARCHAR,
"occured_on" VARCHAR,
"hit_run" VARCHAR,
"train_involved" VARCHAR,
"fatality" VARCHAR,
"injury" VARCHAR,
"pedestrian" VARCHAR,
"at_intersection" VARCHAR,
"closest_street" VARCHAR,
"manner_of_collision" VARCHAR,
"surface_condition" VARCHAR,
"surface_type" VARCHAR,
"road_condition" VARCHAR,
"road_type" VARCHAR,
"alignment" VARCHAR,
"primary_factor" VARCHAR,
"second_factor" VARCHAR,
"weather" VARCHAR,
"location_kind" VARCHAR,
"relation_roadway" VARCHAR,
"access_control" VARCHAR,
"lighting" VARCHAR,
"geolocation" VARCHAR
);
Anyone who has the link will be able to view this.