MPD Adverse Action
District of Columbia
@usgov.district_of_columbia_mpd_adverse_action
District of Columbia
@usgov.district_of_columbia_mpd_adverse_action
The information presented in the MPD Adverse Action Data represents disciplinary actions issued by the Metropolitan Police Department. The disciplinary data is categorized and labeled according to: calendar year, member’s rank, member’s race, administrative charges, synopsis of the misconduct, and the discipline imposed.
Organization: District of Columbia
Last updated: 2024-04-30T17:37:51.416014
Tags: discipline-data, district-of-columbia, metropolitan-police-department, mpd, officer-discipline, use-of-force, washington-dc
CREATE TABLE table_1 (
"conduct_id" BIGINT,
"year" BIGINT,
"rank" VARCHAR,
"race" VARCHAR,
"sex" VARCHAR,
"category" VARCHAR,
"conduct" VARCHAR,
"discipline" VARCHAR,
"gis_id" VARCHAR,
"globalid" VARCHAR,
"created_user" VARCHAR,
"created_date" TIMESTAMP,
"last_edited_user" VARCHAR,
"last_edited_date" TIMESTAMP,
"objectid" BIGINT
);Anyone who has the link will be able to view this.