Terry Stops
City of Seattle
@usgov.city_of_seattle_terry_stops_a4524
City of Seattle
@usgov.city_of_seattle_terry_stops_a4524
Note! Subject Data is temporarily unavailable, while we chase down a bug. Please excuse the inconvenience (DGAL-8).
This data represents records of police reported stops under Terry v. Ohio, 392 U.S. 1 (1968). Each row represents a unique stop.
Each record contains perceived demographics of the subject, as reported by the officer making the stop and officer demographics as reported to the Seattle Police Department, for employment purposes.
Where available, data elements from the associated Computer Aided Dispatch (CAD) event (e.g. Call Type, Initial Call Type, Final Call Type) are included.
Organization: City of Seattle
Last updated: 2024-12-16T22:17:17.369173
Tags: detentions, police, terry-stops
CREATE TABLE table_1 (
"subject_age_group" VARCHAR,
"subject_id" BIGINT,
"go_sc_num" BIGINT -- GO / SC Num,
"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.