MCPD Bias Incidents
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_mcpd_bias_incidents
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_mcpd_bias_incidents
This data will capture all incidents and criminal offenses that may be motivated by an offender's bias against a race, national or ethnic origin, religion, sex, mental or physical disability, sexual orientation or gender identity.
Update Frequency: Weekly
Organization: Montgomery County of Maryland
Last updated: 2020-11-10T16:58:05.740977
Tags: bias, crimes, hatecrimes, police, publicsafety
CREATE TABLE table_1 (
"id" BIGINT,
"incident_date" TIMESTAMP,
"district" VARCHAR,
"bias_code" VARCHAR,
"bias_code_2" VARCHAR,
"bias" VARCHAR,
"status" VARCHAR,
"n__of_victims" DOUBLE -- # Of Victims,
"victim_type" VARCHAR,
"n__of_suspects" DOUBLE -- # Of Suspects,
"n__suspects_18_of_age" DOUBLE -- # Suspects < 18 Of Age,
"n__suspects_18_35_of_age" DOUBLE -- # Suspects 18-35 Of Age,
"n__suspects_36_45_of_age" DOUBLE -- # Suspects 36-45 Of Age,
"n__suspects_46_55_of_age" DOUBLE -- # Suspects 46-55 Of Age,
"n__suspects_55_of_age" DOUBLE -- # Suspects > 55 Of Age,
"suspect_known_unknown" VARCHAR
);Anyone who has the link will be able to view this.