DOHMH School Cafeteria Inspections
City of New York
@usgov.city_of_new_york_dohmh_school_cafeteria_inspections
City of New York
@usgov.city_of_new_york_dohmh_school_cafeteria_inspections
CREATE TABLE table_1 (
"record_id" BIGINT,
"schoolname" VARCHAR,
"borough" VARCHAR,
"building" VARCHAR,
"street" VARCHAR,
"address_line_1" VARCHAR,
"city" VARCHAR,
"zipcode" DOUBLE,
"last_inspection_date" TIMESTAMP,
"permittee" VARCHAR,
"inspection_date" TIMESTAMP,
"code" VARCHAR,
"violation_description" VARCHAR,
"critical_level" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"communityboard" DOUBLE,
"councildistrict" DOUBLE,
"censustract" DOUBLE,
"bin" DOUBLE,
"bbl" BIGINT,
"nta" VARCHAR
);
Anyone who has the link will be able to view this.