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
);
CREATE TABLE police_use_of_force (
"x" DOUBLE,
"y" DOUBLE,
"policeuseofforceid" BIGINT,
"casenumber" VARCHAR,
"responsedate" VARCHAR,
"problem" VARCHAR,
"is911call" VARCHAR,
"primaryoffense" VARCHAR,
"subjectinjury" VARCHAR,
"forcereportnumber" BIGINT,
"subjectrole" VARCHAR,
"subjectrolenumber" DOUBLE,
"forcetype" VARCHAR,
"forcetypeaction" VARCHAR,
"race" VARCHAR,
"sex" VARCHAR,
"eventage" DOUBLE,
"typeofresistance" VARCHAR,
"precinct" VARCHAR,
"neighborhood" VARCHAR,
"totalcitycallsforyear" BIGINT,
"totalprecinctcallsforyear" DOUBLE,
"totalneighborhoodcallsforyear" BIGINT,
"centergbsid" BIGINT,
"centerlatitude" DOUBLE,
"centerlongitude" DOUBLE,
"centerx" DOUBLE,
"centery" DOUBLE,
"dateadded" VARCHAR,
"objectid" BIGINT
);
Anyone who has the link will be able to view this.