Tree Census In New York City
What tree species are thriving on the streets of each NYC borough?
@kaggle.nycparks_tree_census
What tree species are thriving on the streets of each NYC borough?
@kaggle.nycparks_tree_census
CREATE TABLE new_york_tree_census_2015 (
"tree_id" BIGINT,
"block_id" BIGINT,
"created_at" TIMESTAMP,
"tree_dbh" BIGINT,
"stump_diam" BIGINT,
"curb_loc" VARCHAR,
"status" VARCHAR,
"health" VARCHAR,
"spc_latin" VARCHAR,
"spc_common" VARCHAR,
"steward" VARCHAR,
"guards" VARCHAR,
"sidewalk" VARCHAR,
"user_type" VARCHAR,
"problems" VARCHAR,
"root_stone" VARCHAR,
"root_grate" VARCHAR,
"root_other" VARCHAR,
"trunk_wire" VARCHAR,
"trnk_light" VARCHAR,
"trnk_other" VARCHAR,
"brch_light" VARCHAR,
"brch_shoe" VARCHAR,
"brch_other" VARCHAR,
"address" VARCHAR,
"zipcode" BIGINT,
"zip_city" VARCHAR,
"cb_num" BIGINT,
"borocode" BIGINT,
"boroname" VARCHAR,
"cncldist" BIGINT,
"st_assem" BIGINT,
"st_senate" BIGINT,
"nta" VARCHAR,
"nta_name" VARCHAR,
"boro_ct" BIGINT,
"state" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"x_sp" DOUBLE,
"y_sp" DOUBLE
);
Anyone who has the link will be able to view this.