Evictions
City of New York
@usgov.city_of_new_york_evictions
City of New York
@usgov.city_of_new_york_evictions
CREATE TABLE table_1 (
"court_index_number" VARCHAR,
"docket_number" BIGINT,
"eviction_address" VARCHAR,
"eviction_apartment_number" VARCHAR,
"executed_date" TIMESTAMP,
"marshal_first_name" VARCHAR,
"marshal_last_name" VARCHAR,
"residential_commercial" VARCHAR,
"borough" VARCHAR,
"eviction_postcode" BIGINT,
"ejectment" VARCHAR,
"eviction_legal_possession" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"community_board" DOUBLE,
"council_district" DOUBLE,
"census_tract" DOUBLE,
"bin" DOUBLE,
"bbl" DOUBLE,
"nta" VARCHAR
);
Anyone who has the link will be able to view this.