NYCHA Residential Addresses
City of New York
@usgov.city_of_new_york_nycha_residential_addresses
City of New York
@usgov.city_of_new_york_nycha_residential_addresses
List of NYCHA residential addresses.
Organization: City of New York
Last updated: 2021-08-07T16:20:10.654142
Tags: development, nycha, public-housing, residential, residential-addresses
CREATE TABLE table_1 (
"development" VARCHAR,
"tds" BIGINT -- TDS #,
"building" VARCHAR -- BUILDING #,
"stairhall" BIGINT -- STAIRHALL#,
"borough" VARCHAR,
"house" VARCHAR -- HOUSE #,
"street" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip_code" BIGINT,
"bin" BIGINT,
"block" BIGINT,
"lot" BIGINT,
"borough_block_lot" BIGINT -- BOROUGH/BLOCK/LOT #,
"census_tract_2020" BIGINT -- CENSUS TRACT (2020),
"neighborhood_tabulation_area_code" VARCHAR,
"neighborhood_tabulation_area_name" VARCHAR,
"community_district" BIGINT,
"city_council_district" BIGINT,
"state_assembly_district" BIGINT,
"state_senate_district" BIGINT,
"us_congressional_district" BIGINT,
"privately_managed" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE
);Anyone who has the link will be able to view this.