London Crime Data, 2008-2016
13M Rows of Crime Counts, by Borough, Category, and Month
@kaggle.jboysen_london_crime
13M Rows of Crime Counts, by Borough, Category, and Month
@kaggle.jboysen_london_crime
CREATE TABLE london_crime_by_lsoa (
"lsoa_code" VARCHAR,
"borough" VARCHAR,
"major_category" VARCHAR,
"minor_category" VARCHAR,
"value" BIGINT,
"year" BIGINT,
"month" BIGINT
);
Anyone who has the link will be able to view this.