Vancouver, BC Crime Dataset
20 years individual crimes reported (geo-spatial)
@kaggle.tcashion_vancouver_bc_crime_dataset
20 years individual crimes reported (geo-spatial)
@kaggle.tcashion_vancouver_bc_crime_dataset
CREATE TABLE crimedata_allneighbourhoods_allyears (
"type" VARCHAR,
"year" BIGINT,
"month" BIGINT,
"day" BIGINT,
"hour" BIGINT,
"minute" BIGINT,
"hundred_block" VARCHAR,
"neighbourhood" VARCHAR,
"x" DOUBLE,
"y" DOUBLE
);
Anyone who has the link will be able to view this.