Landmarks Complaints
City of New York
@usgov.city_of_new_york_landmarks_complaints
City of New York
@usgov.city_of_new_york_landmarks_complaints
The Landmarks Complaint Log contains information related to designated landmark violation complaints received by the LPC.
Organization: City of New York
Last updated: 2020-11-10T17:02:14.257062
Tags: complaints, landmarks, preservation, violations
CREATE TABLE table_1 (
"complaint" VARCHAR -- Complaint #,
"date" TIMESTAMP,
"address" VARCHAR -- Address #,
"street_name" VARCHAR,
"borough" VARCHAR,
"block" DOUBLE,
"lot" VARCHAR,
"bin" DOUBLE,
"postcode" DOUBLE,
"landmark_name" VARCHAR,
"work_reported" VARCHAR,
"action_taken" VARCHAR,
"status" VARCHAR,
"council_district" DOUBLE,
"community_board" VARCHAR,
"nta" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE
);Anyone who has the link will be able to view this.