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_1995 (
"recordid" BIGINT,
"address" VARCHAR,
"house_number" VARCHAR,
"street" VARCHAR,
"zip_original" BIGINT,
"cb_original" BIGINT,
"site" VARCHAR,
"species" VARCHAR,
"diameter" BIGINT,
"status" VARCHAR,
"wires" VARCHAR,
"sidewalk_condition" VARCHAR,
"support_structure" VARCHAR,
"borough" VARCHAR,
"x" DOUBLE,
"y" DOUBLE,
"longitude" DOUBLE,
"latitude" DOUBLE,
"cb_new" BIGINT,
"zip_new" BIGINT,
"censustract_2010" VARCHAR,
"censusblock_2010" VARCHAR,
"nta_2010" VARCHAR,
"segmentid" BIGINT,
"spc_common" VARCHAR,
"spc_latin" VARCHAR,
"location" VARCHAR
);
Anyone who has the link will be able to view this.