Louisville Metro KY - LMPD Stops Data (from 2009-12/12/2021)
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_lmpd_s_0def504c
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_lmpd_s_0def504c
The data includes vehicle stops. Not included in the data are vehicle collisions, stranded motorists or non-moving vehicles.
Data Dictionary:
ID - the row number
TYPE_OF_STOP - category for the stop
CITATION_CONTROL_NUMBER -
ACTIVITY RESULTS - whether a warning or a citation was issued for the stop
OFFICER_GENDER - gender of the officer who made the stop
OFFICER_RACE - race of the officer who made the stop
OFFICER_AGE_RANGE - age range the officer who made the stop belonged to at the time of the stop
ACTIVITY_DATE - the date when the stop was made
ACTIVITY_TIME - the time when the stop was made
ACTIVITY_LOCATION - the location where the stop was made
ACTIVITY_DIVISION - the LMPD division where the stop was made
ACTIVITY_BEAT - the LMPD beat where the stop was made
DRIVER_GENDER - gender of the driver who was stopped
DRIVER_RACE - race of the driver who was stopped
DRIVER_AGE_RANGE - age range the driver who was stopped belonged to at the time of the stop
NUMBER OF PASSENGERS - number of passengers in the vehicle with the driver (excludes the driver)
WAS_VEHCILE_SEARCHED - Yes or No whether the vehicle was searched at the time of the stop
REASON_FOR_SEARCH - if the vehicle was searched, the reason the search was done, please see codes below
CONSENT - 01
TERRY STOP OR PAT DOWN - 02
INCIDENT TO ARREST - 03
PROBABLE CAUSE - 04
OTHER – 05
Organization: Louisville Metro Government
Last updated: 2025-07-30T13:21:21.043304
Tags: historical, jefferson-county, kentucky, lmpd, louisville, louisville-metro, louisville-metro-ky, louisville-metro-police-department, metro-police, stops, stops-data
CREATE TABLE table_1 (
"type_of_stop" VARCHAR,
"citation_control_number" VARCHAR,
"activity_results" VARCHAR,
"officer_gender" VARCHAR,
"officer_race" VARCHAR,
"officer_age_range" VARCHAR,
"activity_date" TIMESTAMP,
"activity_time" VARCHAR,
"activity_location" VARCHAR,
"activity_division" VARCHAR,
"activity_beat" VARCHAR,
"driver_gender" VARCHAR,
"driver_race" VARCHAR,
"driver_age_range" VARCHAR,
"number_of_passengers" BIGINT,
"was_vehcile_searched" VARCHAR,
"reason_for_search" VARCHAR,
"objectid" BIGINT
);Anyone who has the link will be able to view this.