police_shootings_tbl_df | R Documentation |
This dataset contains records of every fatal police shooting by an on-duty officer since January 1, 2015. It includes information about the shooting incidents, the characteristics of the individuals involved, and details such as mental illness signs, body camera usage, and more. This dataset is valuable for analyzing trends and patterns in fatal police shootings in the United States.
data(police_shootings_tbl_df)
A tibble with 6,421 observations and 12 variables:
Date of the shooting (Date).
How the individual died (character).
Indicates if the individual was armed (character).
Age of the individual (numeric).
Gender of the individual (character).
Race of the individual (character).
City where the shooting occurred (character).
State where the shooting occurred (character).
Whether the individual showed signs of mental illness (logical).
Perceived threat level of the individual (character).
Whether the individual was fleeing (character).
Whether the officer was wearing a body camera (logical).
The dataset name has been changed to 'police_shootings_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the crimedatasets package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble, which is a modern version of a data frame in R. The original content has not been modified in any way.
Washington Post Fatal Police Shootings database.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.