BIA Cases - By Involved Officer
City of Chicago
@usgov.city_of_chicago_bia_cases_by_involved_officer
City of Chicago
@usgov.city_of_chicago_bia_cases_by_involved_officer
Complaints received by the Chicago Police Department Bureau of Internal Affairs (BIA). BIA investigates complaints of police misconduct that do not fall under the jurisdiction of the Civilian Office of Police Accountability (COPA). Types of misconduct investigated by BIA include the following (not a complete list):
CREATE TABLE table_1 (
"log_no" VARCHAR,
"complaint_date" VARCHAR,
"case_type" VARCHAR,
"current_status" VARCHAR,
"administrative_summary_report" VARCHAR,
"final_category" VARCHAR,
"finding_code" VARCHAR,
"beat" VARCHAR,
"race_of_involved_officer" VARCHAR,
"sex_of_involved_officer" VARCHAR,
"age_of_involved_officer" DOUBLE,
"years_on_force_of_involved_officer" DOUBLE,
"complaint_hour" BIGINT,
"complaint_day" BIGINT,
"complaint_month" BIGINT
);Anyone who has the link will be able to view this.