Zomato Reviews
Zomato reviews data for data analytics project
@kaggle.prepinstaprime_tomato_reviews
Zomato reviews data for data analytics project
@kaggle.prepinstaprime_tomato_reviews
CREATE TABLE zomato (
"url" VARCHAR,
"address" VARCHAR,
"name" VARCHAR,
"online_order" VARCHAR,
"book_table" VARCHAR,
"rate" VARCHAR,
"votes" BIGINT,
"phone" VARCHAR,
"location" VARCHAR,
"rest_type" VARCHAR,
"dish_liked" VARCHAR,
"cuisines" VARCHAR,
"approx_cost_for_two_people" DOUBLE,
"reviews_list" VARCHAR,
"menu_item" VARCHAR,
"listed_in_type" VARCHAR,
"listed_in_city" VARCHAR
);
Anyone who has the link will be able to view this.