DCWP Inspections
City of New York
@usgov.city_of_new_york_inspections
City of New York
@usgov.city_of_new_york_inspections
CREATE TABLE table_1 (
"certificate_of_inspection" VARCHAR,
"inspection_number" VARCHAR,
"date_of_occurrence" TIMESTAMP,
"business_unique_id" VARCHAR,
"business_name" VARCHAR,
"dba_trade_name" VARCHAR,
"business_category" VARCHAR,
"dcwp_license_number" VARCHAR,
"inspection_type" VARCHAR,
"inspection_status" VARCHAR,
"noh_number" VARCHAR,
"address_type" VARCHAR,
"building_number" VARCHAR,
"street_name" VARCHAR,
"street_name_2" VARCHAR,
"unit_type" VARCHAR,
"unit" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"postcode" DOUBLE,
"borough" VARCHAR,
"community_board" DOUBLE,
"council_district" DOUBLE,
"bin" DOUBLE,
"bbl" DOUBLE,
"nta" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE
);
Anyone who has the link will be able to view this.