Chicago Crime Dataset - 2001 To Present
Reported incidents of crime in the City of Chicago from 2001 to present.
@kaggle.adelanseur_crimes_2001_to_present_chicago
Reported incidents of crime in the City of Chicago from 2001 to present.
@kaggle.adelanseur_crimes_2001_to_present_chicago
CREATE TABLE crimes_2001_to_present (
"id" BIGINT,
"case_number" VARCHAR,
"date" VARCHAR,
"block" VARCHAR,
"iucr" VARCHAR,
"primary_type" VARCHAR,
"description" VARCHAR,
"location_description" VARCHAR,
"arrest" BOOLEAN,
"domestic" BOOLEAN,
"beat" BIGINT,
"district" DOUBLE,
"ward" DOUBLE,
"community_area" DOUBLE,
"fbi_code" VARCHAR,
"x_coordinate" DOUBLE,
"y_coordinate" DOUBLE,
"year" BIGINT,
"updated_on" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location" VARCHAR
);
Anyone who has the link will be able to view this.