Terry Stops
City of Seattle
@usgov.city_of_seattle_terry_stops_a4524
City of Seattle
@usgov.city_of_seattle_terry_stops_a4524
CREATE TABLE table_1 (
"subject_age_group" VARCHAR,
"subject_id" BIGINT,
"go_sc_num" BIGINT,
"terry_stop_id" BIGINT,
"stop_resolution" VARCHAR,
"weapon_type" VARCHAR,
"officer_id" VARCHAR,
"officer_yob" BIGINT,
"officer_gender" VARCHAR,
"officer_race" VARCHAR,
"subject_perceived_race" VARCHAR,
"subject_perceived_gender" VARCHAR,
"reported_date" TIMESTAMP,
"reported_time" VARCHAR,
"initial_call_type" VARCHAR,
"final_call_type" VARCHAR,
"call_type" VARCHAR,
"officer_squad" VARCHAR,
"arrest_flag" VARCHAR,
"frisk_flag" VARCHAR,
"precinct" VARCHAR,
"sector" VARCHAR,
"beat" VARCHAR
);
Anyone who has the link will be able to view this.