Leaf Drop-Off Locations In NYC
City of New York
@usgov.city_of_new_york_leaf_drop_off_locations_in_nyc
City of New York
@usgov.city_of_new_york_leaf_drop_off_locations_in_nyc
CREATE TABLE table_1 (
"borough" VARCHAR,
"ntaname" VARCHAR,
"sitename" VARCHAR,
"siteaddr" VARCHAR,
"zipcode" BIGINT,
"managedby" VARCHAR,
"startdate" VARCHAR,
"enddate" VARCHAR,
"days_hours" VARCHAR,
"notes" VARCHAR,
"dsny_zone" VARCHAR,
"dsny_district" VARCHAR,
"dsny_section" VARCHAR,
"borocd" BIGINT,
"ct2010" BIGINT,
"councildis" BIGINT,
"senate_district" BIGINT,
"congress_district" BIGINT,
"assembly_district" BIGINT,
"police_precinct" BIGINT,
"bbl" DOUBLE,
"bin" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"point" VARCHAR
);
Anyone who has the link will be able to view this.