Archived DCWP Charges
City of New York
@usgov.city_of_new_york_archived_dcwp_charges
City of New York
@usgov.city_of_new_york_archived_dcwp_charges
CREATE TABLE table_1 (
"record_id" VARCHAR,
"certificate_number" VARCHAR,
"business_name" VARCHAR,
"violation_date" TIMESTAMP,
"industry" VARCHAR,
"borough" VARCHAR,
"charge" VARCHAR,
"charge_number" DOUBLE,
"outcome" VARCHAR,
"counts_settled" DOUBLE,
"counts_guilty" DOUBLE,
"counts_not_guilty" DOUBLE,
"building_number" VARCHAR,
"street" VARCHAR,
"street2" VARCHAR,
"unit_type" VARCHAR,
"unit" DOUBLE,
"description" VARCHAR,
"city" VARCHAR,
"sate" VARCHAR,
"postcode" DOUBLE,
"x_coordinate" DOUBLE,
"y_coordinate" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"community_board" DOUBLE,
"council_district" DOUBLE,
"bin" DOUBLE,
"bbl" DOUBLE,
"census_tract_2020" DOUBLE,
"neighborhood_tabulation_area_nta_2020" VARCHAR
);
Anyone who has the link will be able to view this.