Arrest Data From 2020 To Present
City of Los Angeles
@usgov.city_of_los_angeles_arrest_data_from_2020_to_present
City of Los Angeles
@usgov.city_of_los_angeles_arrest_data_from_2020_to_present
CREATE TABLE table_1 (
"report_id" BIGINT,
"report_type" VARCHAR,
"arrest_date" VARCHAR,
"time" DOUBLE,
"area_id" BIGINT,
"area_name" VARCHAR,
"reporting_district" BIGINT,
"age" BIGINT,
"sex_code" VARCHAR,
"descent_code" VARCHAR,
"charge_group_code" DOUBLE,
"charge_group_description" VARCHAR,
"arrest_type_code" VARCHAR,
"charge" VARCHAR,
"charge_description" VARCHAR,
"disposition_description" VARCHAR,
"address" VARCHAR,
"cross_street" VARCHAR,
"lat" DOUBLE,
"lon" DOUBLE,
"location" VARCHAR,
"booking_date" VARCHAR,
"booking_time" DOUBLE,
"booking_location" VARCHAR,
"booking_location_code" DOUBLE
);
Anyone who has the link will be able to view this.