Crimes - 2001 To Present
City of Chicago
@usgov.city_of_chicago_crimes_2001_to_present
City of Chicago
@usgov.city_of_chicago_crimes_2001_to_present
CREATE TABLE table_1 (
"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.