Construction-Related Incidents
City of New York
@usgov.city_of_new_york_construction_related_incidents
City of New York
@usgov.city_of_new_york_construction_related_incidents
CREATE TABLE table_1 (
"bin" DOUBLE,
"accident_report_id" BIGINT,
"incident_date" TIMESTAMP,
"record_type_description" VARCHAR,
"check2_description" VARCHAR,
"fatality" BIGINT,
"injury" BIGINT,
"house_number" VARCHAR,
"street_name" VARCHAR,
"borough" VARCHAR,
"block" DOUBLE,
"lot" DOUBLE,
"postcode" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"community_board" DOUBLE,
"council_district" DOUBLE,
"bbl" DOUBLE,
"census_tract_2020" DOUBLE,
"neighborhood_tabulation_area_nta_2020" VARCHAR
);
Anyone who has the link will be able to view this.