Police Data
@kaggle.rohitgrewal_police_data
@kaggle.rohitgrewal_police_data
This dataset contains detailed records of police traffic stops. Each row represents a single stop, with information about the date, time, driver demographics, the reason for the stop, whether a search was conducted, and the outcome. It can be useful for analysing traffic stop patterns, demographic trends, law enforcement behaviour, and correlations with violations or arrests.
Q.1) Instruction ( For Data Cleaning ) - Remove the column that only contains missing values
Q.2) For Speeding , were Men or Women stopped more often ?
Q.3) Does gender affect who gets searched during a stop ?
Q.4) What is the mean stop_duration ?
Q.5) Compare the age distributions for each violation
stop_date β The date on which the traffic stop occurred.
stop_time β The exact time when the stop took place.
driver_gender β Gender of the driver (M for male, F for female).
driver_age_raw β Raw recorded birth year of the driver.
driver_age β Calculated or cleaned driverβs age at the time of the stop.
driver_race β Race or ethnicity of the driver (e.g., White, Black, Asian, Hispanic).
violation_raw β Original recorded reason for the stop.
violation β Categorized reason for the stop (e.g., Speeding, Other).
search_conducted β Boolean value indicating whether a search was performed (True/False).
search_type β Type of search conducted, if any (e.g., vehicle search, driver search).
stop_outcome β The result of the stop (e.g., Citation, Arrest, Warning).
is_arrested β Boolean value indicating if the driver was arrested (True/False).
stop_duration β Approximate length of the stop (e.g., 0-15 Min, 16-30 Min).
drugs_related_stop β Boolean value indicating if the stop was related to drugs (True/False).
@kaggle
@owid
@usgov
@ptgov
Share link
Anyone who has the link will be able to view this.