Encroachments And Defacements
City of New York
@usgov.city_of_new_york_encroachments_and_defacements
City of New York
@usgov.city_of_new_york_encroachments_and_defacements
Encroachments System tracks actions taken in response to 311 complaints, and inspections requested by property owners.
Organization: City of New York
Last updated: 2020-11-10T17:04:02.219668
Tags: defacement, encroachment, hiqa, inspection, nov, sidewalk, violation
CREATE TABLE table_1 (
"complaintid" BIGINT,
"srnumber" VARCHAR,
"complainttype" VARCHAR,
"borough" VARCHAR,
"block" DOUBLE,
"lot" DOUBLE,
"number" VARCHAR,
"street" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"postcode" VARCHAR,
"unit" VARCHAR,
"initialinspectiondate" VARCHAR,
"initialinspectionresults" VARCHAR,
"ordermailingdate" TIMESTAMP,
"postinginspectiondate" DOUBLE,
"followupinspectiondate" TIMESTAMP,
"daysbetween" BIGINT,
"closeddate" VARCHAR,
"reinspectiondate" TIMESTAMP,
"reinspectionresult" VARCHAR,
"novnumber" DOUBLE,
"novcode" VARCHAR,
"novdate" TIMESTAMP,
"novdescription" VARCHAR
);
Anyone who has the link will be able to view this.