Baton Rouge Traffic Crash Incidents
City of Baton Rouge
@usgov.city_of_baton_rouge_baton_rouge_traffic_crash_incidents_c1a90
City of Baton Rouge
@usgov.city_of_baton_rouge_baton_rouge_traffic_crash_incidents_c1a90
CREATE TABLE table_1 (
"incident_number" VARCHAR,
"crash_date" VARCHAR,
"street_address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip_code" BIGINT,
"intersecting_street" VARCHAR,
"district" DOUBLE,
"zone" VARCHAR,
"subzone" VARCHAR,
"crash_occurred_on" VARCHAR,
"kind_of_location" VARCHAR,
"access_control" VARCHAR,
"type_of_roadway" VARCHAR,
"road_surface" VARCHAR,
"roadway_condition" VARCHAR,
"weather_condition" VARCHAR,
"lighting_condition" VARCHAR,
"injury" BIGINT,
"fatality" BIGINT,
"hit_and_run" BIGINT,
"pedestrian_involved" BIGINT,
"train_involved" BIGINT,
"intersection" BIGINT,
"total_vehicles" BIGINT,
"vehicle_alignment" VARCHAR,
"relation_to_roadway" VARCHAR,
"manner_of_collision" VARCHAR,
"primary_factor" VARCHAR,
"secondary_factor" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"geometry" VARCHAR
);
Anyone who has the link will be able to view this.