Forestry Planting Spaces
Record of Forestry planting spaces for NYC Parks & Recreation.
@kaggle.saurabhshahane_forestry_planting_space
Record of Forestry planting spaces for NYC Parks & Recreation.
@kaggle.saurabhshahane_forestry_planting_space
CREATE TABLE forestry_planting_spaces (
"objectid" BIGINT,
"borough" VARCHAR,
"number" VARCHAR,
"street" VARCHAR,
"pssite" VARCHAR,
"plantingspaceonstreet" VARCHAR,
"width" DOUBLE,
"length" DOUBLE,
"parkname" VARCHAR,
"parkzone" VARCHAR,
"crossstreet1" VARCHAR,
"crossstreet2" VARCHAR,
"communityboard" BIGINT,
"sanitationzone" VARCHAR,
"postcode" BIGINT,
"council_district" BIGINT,
"statesenate" BIGINT,
"stateassembly" BIGINT,
"congressional" BIGINT,
"physicalid" DOUBLE,
"psstatus" VARCHAR,
"geometry" VARCHAR,
"globalid" VARCHAR,
"createddate" VARCHAR,
"updateddate" VARCHAR,
"jurisdiction" VARCHAR,
"overheadutilities" BIGINT,
"treeguard" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"census_tract" DOUBLE,
"bin" DOUBLE,
"bbl" DOUBLE,
"nta" VARCHAR,
"location" VARCHAR
);
Anyone who has the link will be able to view this.