Minneapolis Police Stops And Police Violence
Updated weekly (with automatic updates)
@kaggle.paultimothymooney_minneapolis_police_stops_and_police_violence
Updated weekly (with automatic updates)
@kaggle.paultimothymooney_minneapolis_police_stops_and_police_violence
CREATE TABLE police_stop_data (
"objectid" BIGINT,
"masterincidentnumber" VARCHAR,
"responsedate" VARCHAR,
"reason" VARCHAR,
"problem" VARCHAR,
"calldisposition" VARCHAR,
"citationissued" VARCHAR,
"personsearch" VARCHAR,
"vehiclesearch" VARCHAR,
"prerace" VARCHAR,
"race" VARCHAR,
"gender" VARCHAR,
"lat" DOUBLE,
"long" DOUBLE,
"x" DOUBLE,
"y" DOUBLE,
"policeprecinct" DOUBLE,
"neighborhood" VARCHAR,
"lastupdatedate" VARCHAR
);
Anyone who has the link will be able to view this.