Data Police Shootings
Database of every fatal shooting in the United States by a police officer
@kaggle.mrmorj_data_police_shootings
Database of every fatal shooting in the United States by a police officer
@kaggle.mrmorj_data_police_shootings
CREATE TABLE fatal_police_shootings_data (
"id" BIGINT,
"name" VARCHAR,
"date" TIMESTAMP,
"manner_of_death" VARCHAR,
"armed" VARCHAR,
"age" DOUBLE,
"gender" VARCHAR,
"race" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"signs_of_mental_illness" BOOLEAN,
"threat_level" VARCHAR,
"flee" VARCHAR,
"body_camera" BOOLEAN
);
Anyone who has the link will be able to view this.