Restaurant Scores (2016-2019)
Health And Social Services
@kaggle.lightningforpython_restaurant_scores_2016_2019
Health And Social Services
@kaggle.lightningforpython_restaurant_scores_2016_2019
CREATE TABLE n__historical_restaurant_scores_2016_2019_20231111 (
"business_id" BIGINT,
"business_name" VARCHAR,
"business_address" VARCHAR,
"business_city" VARCHAR,
"business_state" VARCHAR,
"business_postal_code" VARCHAR,
"business_latitude" DOUBLE,
"business_longitude" DOUBLE,
"business_location" VARCHAR,
"business_phone_number" DOUBLE,
"inspection_id" VARCHAR,
"inspection_date" VARCHAR,
"inspection_score" DOUBLE,
"inspection_type" VARCHAR,
"violation_id" VARCHAR,
"violation_description" VARCHAR,
"risk_category" VARCHAR,
"neighborhoods" DOUBLE,
"sf_find_neighborhoods" DOUBLE,
"current_police_districts" DOUBLE,
"current_supervisor_districts" DOUBLE,
"analysis_neighborhoods" DOUBLE
);
Anyone who has the link will be able to view this.