NYC Restaurant Inspections
~400k Rows of Restaurant Inspections Data
@kaggle.new_york_city_nyc_inspections
~400k Rows of Restaurant Inspections Data
@kaggle.new_york_city_nyc_inspections
CREATE TABLE dohmh_new_york_city_restaurant_inspection_results (
"camis" BIGINT,
"dba" VARCHAR,
"boro" VARCHAR,
"building" VARCHAR,
"street" VARCHAR,
"zipcode" DOUBLE,
"phone" VARCHAR,
"cuisine_description" VARCHAR,
"inspection_date" TIMESTAMP,
"action" VARCHAR,
"violation_code" VARCHAR,
"violation_description" VARCHAR,
"critical_flag" VARCHAR,
"score" DOUBLE,
"grade" VARCHAR,
"grade_date" TIMESTAMP,
"record_date" TIMESTAMP,
"inspection_type" VARCHAR
);
Anyone who has the link will be able to view this.