Baselight

Data Police Shootings

Database of every fatal shooting in the United States by a police officer

@kaggle.mrmorj_data_police_shootings

Loading...
Loading...

About this Dataset

Data Police Shootings

The FBI and the Centers for Disease Control and Prevention log fatal shootings by police, but officials acknowledge that their data is incomplete. In 2015, The Post documented more than two times more fatal shootings by police than had been recorded by the FBI. Last year, the FBI announced plans to overhaul how it tracks fatal police encounters.

Tables

Fatal Police Shootings Data

@kaggle.mrmorj_data_police_shootings.fatal_police_shootings_data
  • 184.98 KB
  • 5416 rows
  • 14 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.