NYPD Vehicle Stop Reports
City of New York
@usgov.city_of_new_york_nypd_vehicle_stop_reports
City of New York
@usgov.city_of_new_york_nypd_vehicle_stop_reports
Police incident level data documenting vehicular stops. Data is collected under New York City Administrative Code 14-191 and may be used to gain insight into police-initiated vehicle stops, demographics of people stopped, details of vehicles involved and resulting action of stops, if any.
Organization: City of New York
Last updated: 2024-07-20T21:15:58.988960
Tags: crime, nypd, police, stop, traffic, vehicle, vehicle-stop
CREATE TABLE table_1 (
"evnt_key" BIGINT,
"occur_dt" TIMESTAMP,
"occur_tm" VARCHAR,
"cmd_cd" BIGINT,
"veh_seized_flg" BOOLEAN,
"veh_searched_flg" BOOLEAN,
"veh_search_consent_flg" VARCHAR,
"veh_checkpoint_flg" BOOLEAN,
"force_used_flg" BOOLEAN,
"arrest_made_flg" BOOLEAN,
"summon_issued_flg" BOOLEAN,
"veh_category" VARCHAR,
"rpted_age" VARCHAR,
"sex_cd" VARCHAR,
"race_desc" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"x_coord_cd" DOUBLE,
"y_coord_cd" DOUBLE
);Anyone who has the link will be able to view this.