Police Fatalities From 2000 To 2016
Updated and modified dataset
@kaggle.hamdallak_police_fatalities_from_2000_to_2016
Updated and modified dataset
@kaggle.hamdallak_police_fatalities_from_2000_to_2016
Police fatalities from 2000 to 2016
This dataset aims to provide insight into individuals who were killed during altercations with police. It includes information on their age, race, mental health status, weapons they were armed with, and if they were fleeing.
some of the features are in the original data and the others were added in this updated version.
This dataset comes from https://data.world/awram/us-police-involved-fatalities.
CREATE TABLE policefatalities2 (
"uid" BIGINT,
"name" VARCHAR,
"age" BIGINT,
"stages_of_life" VARCHAR,
"gender" VARCHAR,
"race" VARCHAR,
"date" TIMESTAMP,
"year" BIGINT,
"quarter" BIGINT,
"month" BIGINT,
"week" BIGINT,
"day" BIGINT,
"city" VARCHAR,
"state" VARCHAR,
"region" VARCHAR,
"manner_of_death" VARCHAR,
"armed" VARCHAR,
"mental_illness" BOOLEAN,
"flee" BOOLEAN
);Anyone who has the link will be able to view this.