Marijuana Related Crime
weed and crime from 2016 to 2020 in Denver
@kaggle.jinbonnie_crime_and_weed
weed and crime from 2016 to 2020 in Denver
@kaggle.jinbonnie_crime_and_weed
CREATE TABLE crime_marijuana (
"incident_id" BIGINT,
"first_occurence_date" VARCHAR,
"last_occurence_date" VARCHAR,
"reportdate" VARCHAR,
"incident_address" VARCHAR,
"geo_x" DOUBLE,
"geo_y" DOUBLE,
"district_id" BIGINT,
"precinct_id" BIGINT,
"offense_code" BIGINT,
"offense_type_id" VARCHAR,
"offense_category_id" VARCHAR,
"mj_relation_type" VARCHAR,
"neighborhood_id" VARCHAR
);
Anyone who has the link will be able to view this.