Traffic Collision Data From 2010 To Present
City of Los Angeles
@usgov.city_of_los_angeles_traffic_collision_data_from_2010_to_present
City of Los Angeles
@usgov.city_of_los_angeles_traffic_collision_data_from_2010_to_present
CREATE TABLE table_1 (
"dr_number" BIGINT,
"date_reported" TIMESTAMP,
"date_occurred" TIMESTAMP,
"time_occurred" BIGINT,
"area_id" BIGINT,
"area_name" VARCHAR,
"reporting_district" BIGINT,
"crime_code" BIGINT,
"crime_code_description" VARCHAR,
"mo_codes" VARCHAR,
"victim_age" DOUBLE,
"victim_sex" VARCHAR,
"victim_descent" VARCHAR,
"premise_code" DOUBLE,
"premise_description" VARCHAR,
"address" VARCHAR,
"cross_street" VARCHAR,
"location" VARCHAR
);
Anyone who has the link will be able to view this.