Tokyo Restaurant Reviews On Tabelog
Basic information and rating score of restaurants
@kaggle.utm529fg_tokyo_restaurant_reviews_on_tabelog
Basic information and rating score of restaurants
@kaggle.utm529fg_tokyo_restaurant_reviews_on_tabelog
CREATE TABLE tokyo_restaurant_reviews_tabelog (
"store_id" BIGINT,
"name" VARCHAR,
"nearest_station" VARCHAR,
"nearest_distance" DOUBLE,
"genre" VARCHAR,
"rating_val" DOUBLE,
"review_cnt" DOUBLE,
"save_cnt" DOUBLE,
"budget_dinner" VARCHAR,
"budget_lunch" VARCHAR,
"holiday" VARCHAR,
"address" VARCHAR,
"prefecture" VARCHAR,
"municipalities_1" VARCHAR,
"municipalities_2" VARCHAR,
"municipalities_3" VARCHAR
);
Anyone who has the link will be able to view this.