Police Department Stop Data
City of San Francisco
@usgov.city_of_san_francisco_police_department_stop_data
City of San Francisco
@usgov.city_of_san_francisco_police_department_stop_data
CREATE TABLE table_1 (
"doj_record_id" VARCHAR,
"person_number" DOUBLE,
"unique_identifier" VARCHAR,
"lea_record_id" VARCHAR,
"stop_data_record_status" VARCHAR,
"agency_ori" VARCHAR,
"nfia_flag" VARCHAR,
"stop_datetime" VARCHAR,
"stop_type" VARCHAR,
"duration_of_stop" DOUBLE,
"is_stop_response_to_call" VARCHAR,
"location" VARCHAR,
"district" VARCHAR,
"city" VARCHAR,
"is_location_k12_pub_school" VARCHAR,
"k_12_school_code" VARCHAR,
"perceived_race_ethnicity" VARCHAR,
"perceived_gender" VARCHAR,
"is_lgbt" VARCHAR,
"perceived_age" DOUBLE,
"perceived_age_group" VARCHAR,
"had_limited_or_no_english" VARCHAR,
"perceived_or_known_disability" VARCHAR,
"if_k12_school_is_student" VARCHAR,
"is_person_unhoused" VARCHAR,
"is_welfare_check" VARCHAR,
"reason_for_stop" VARCHAR,
"reason_given_for_stop" VARCHAR,
"traffic_violation_type" VARCHAR,
"traffic_viol_cjis_off_code" DOUBLE,
"traffic_viol_off_code" VARCHAR,
"traffic_viol_off_statute" VARCHAR,
"traffic_viol_off_type" VARCHAR,
"traffic_viol_off_type_charge" VARCHAR,
"suspicion_cjis_off_code" DOUBLE,
"suspicion_off_code_txt" VARCHAR,
"suspicion_off_statute" VARCHAR,
"suspicion_off_type_statute" VARCHAR,
"suspicion_off_type_charge" VARCHAR,
"suspicion_sub_type" VARCHAR,
"education_code_section" VARCHAR,
"education_code_subdivision" VARCHAR,
"actions_taken" VARCHAR,
"force_actions_taken" VARCHAR,
"nonforce_actions_taken" VARCHAR,
"basis_for_search" VARCHAR,
"basis_for_property_seizure" VARCHAR,
"type_of_property_seized" VARCHAR,
"contraband_or_evidence" VARCHAR,
"results_of_stop" VARCHAR,
"warning_cjis_off_code" VARCHAR,
"warning_off_code_txt" VARCHAR,
"warning_off_statute" VARCHAR,
"warning_off_type_statute" VARCHAR,
"warning_off_type_charge" VARCHAR,
"citation_cjis_off_code" VARCHAR,
"citation_off_code_txt" VARCHAR,
"citation_off_statute" VARCHAR,
"citation_off_type_statute" VARCHAR,
"citation_off_type_charge" VARCHAR,
"cite_release_cjis_off_code" VARCHAR,
"cite_release_off_code_txt" VARCHAR,
"cite_release_off_statute" VARCHAR,
"cite_release_off_type_statute" VARCHAR,
"cite_release_off_type_charge" VARCHAR,
"cust_arrest_cjis_off_code" VARCHAR,
"cust_arrest_off_code_txt" VARCHAR,
"cust_arrest_off_statute" VARCHAR,
"cust_arrest_off_type_statute" VARCHAR,
"cust_arrest_off_type_charge" VARCHAR,
"data_as_of" VARCHAR,
"data_loaded_at" VARCHAR,
"longitude" DOUBLE,
"latitude" DOUBLE,
"point" VARCHAR,
"supervisor_district" DOUBLE,
"analysis_neighborhood" VARCHAR,
"stop_data_record_status_code" BIGINT,
"perceived_race_ethnicity_code" DOUBLE,
"perceived_gender_code" DOUBLE,
"perceived_gender_nonconforming_code" DOUBLE,
"perceived_or_known_disability_code" VARCHAR,
"reason_for_stop_code" DOUBLE,
"traffic_violation_type_code" DOUBLE,
"actions_taken_code" VARCHAR,
"basis_for_search_code" VARCHAR,
"basis_for_property_seizure_code" VARCHAR,
"type_of_property_seized_code" VARCHAR,
"contraband_or_evidence_code" VARCHAR,
"suspicion_sub_type_code" VARCHAR,
"force_actions_taken_code" VARCHAR,
"nonforce_actions_taken_code" VARCHAR,
"reason_given_for_stop_code" DOUBLE,
"stop_type_code" DOUBLE,
"results_of_stop_code" VARCHAR
);
Anyone who has the link will be able to view this.