Register Of Community Board Budget Requests
City of New York
@usgov.city_of_new_york_register_of_community_board_budget_requests
City of New York
@usgov.city_of_new_york_register_of_community_board_budget_requests
CREATE TABLE table_1 (
"publication" BIGINT,
"borough" BIGINT,
"community_board" BIGINT,
"priority" VARCHAR,
"tracking_code" VARCHAR,
"request" VARCHAR,
"explanation" VARCHAR,
"response" VARCHAR,
"responded_by" VARCHAR,
"responsible_agency" VARCHAR,
"support_by_1" VARCHAR,
"support_by_2" VARCHAR,
"site_street" VARCHAR,
"cross_street_1" VARCHAR,
"cross_street_2" VARCHAR,
"street_address" VARCHAR,
"block" VARCHAR,
"lot" DOUBLE,
"postcode" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"council_district" DOUBLE,
"bin" DOUBLE,
"bbl" DOUBLE,
"census_tract_2020" DOUBLE -- Census Tract (2020),
"neighborhood_tabulation_area_nta_2020" VARCHAR -- Neighborhood Tabulation Area (NTA) (2020)
);
Anyone who has the link will be able to view this.