stops | R Documentation |
This data is from the Stanford Open Policing Project, which aims to improve police accountability and transparency by providing data on traffic stops across the United States. The New Orleans dataset includes detailed information about traffic stops conducted by the New Orleans Police Department.
stops
A tibble with about 400,000 observations and 7 variables:
date variable indicating the date of the stop
time variable indicating the time of the stop
character variable indicating the zone of the officer conducting the stop
character variable indicating the race of the driver
character variable indicating the sex of the driver
integer variable indicating the age of the driver
0/1 variable indicating whether an arrest was made
The dataset includes information about the date, time, and location of each stop, as well as demographic details about the driver and the outcomes of the stop. The data covers traffic stops from July 1, 2011 to July 18, 2018. Any records with missing values were deleted. This might cause some issues because stops which resulted in an arrest were 4 times more likely to feature a missing value for 'age'.
Sanaka Dash
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.