New York City Restaurant Inspection(2016 -2022Mar)
Get to know your Big Apple eateries
@kaggle.minisam_new_york_city_restaurant_inspection20172021
Get to know your Big Apple eateries
@kaggle.minisam_new_york_city_restaurant_inspection20172021
CREATE TABLE bronx (
"camis" BIGINT,
"dba" VARCHAR,
"boro" VARCHAR,
"street" VARCHAR,
"cuisine_description" VARCHAR,
"inspection_date" TIMESTAMP,
"critical_flag" VARCHAR,
"score" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"year" BIGINT
);
CREATE TABLE brookyln (
"camis" BIGINT,
"dba" VARCHAR,
"boro" VARCHAR,
"street" VARCHAR,
"cuisine_description" VARCHAR,
"inspection_date" TIMESTAMP,
"critical_flag" VARCHAR,
"score" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"year" BIGINT
);
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,
"latitude" DOUBLE,
"longitude" DOUBLE,
"community_board" DOUBLE,
"council_district" DOUBLE,
"census_tract" DOUBLE,
"bin" DOUBLE,
"bbl" DOUBLE,
"nta" VARCHAR
);
CREATE TABLE manhattan (
"camis" BIGINT,
"dba" VARCHAR,
"boro" VARCHAR,
"street" VARCHAR,
"cuisine_description" VARCHAR,
"inspection_date" TIMESTAMP,
"critical_flag" VARCHAR,
"score" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"year" BIGINT
);
CREATE TABLE queens (
"camis" BIGINT,
"dba" VARCHAR,
"boro" VARCHAR,
"street" VARCHAR,
"cuisine_description" VARCHAR,
"inspection_date" TIMESTAMP,
"critical_flag" VARCHAR,
"score" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"year" BIGINT
);
CREATE TABLE statenisland (
"camis" BIGINT,
"dba" VARCHAR,
"boro" VARCHAR,
"street" VARCHAR,
"cuisine_description" VARCHAR,
"inspection_date" TIMESTAMP,
"critical_flag" VARCHAR,
"score" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"year" BIGINT
);
Anyone who has the link will be able to view this.