Zomato Kolkata Restaurants 2022
All Restaurants details available on Zomato for Kolkata
@kaggle.vora1011_zomato_kolkata_restaurants_2022
All Restaurants details available on Zomato for Kolkata
@kaggle.vora1011_zomato_kolkata_restaurants_2022
About this Dataset
Zomato is one of the most-used apps to find food and restaurants in and around one locality to order and check reviews. Zomato has not only solved the problem of ordering food sitting at your home but also has provided a single platform to know more details about each restaurant. This tabular dataset consists of all restaurants in Kolkata. Kolkata is one of the metro countries of India and is also one of the favorite spots for foodies with a variety of cuisines and street food available. This data has ratings and review details, the cuisines available, the approximate price for two persons, etc.
Let me know which locations would be great for the dataset.
CREATE TABLE zomato_kolkata_restaurants (
"name" VARCHAR,
"url" VARCHAR,
"cuisines" VARCHAR,
"area" VARCHAR,
"timing" VARCHAR,
"full_address" VARCHAR,
"phonenumber" VARCHAR,
"ishomedelivery" BIGINT,
"istakeaway" BIGINT,
"isindoorseating" BIGINT,
"isvegonly" BIGINT,
"dinner_ratings" VARCHAR,
"dinner_reviews" BIGINT,
"delivery_ratings" VARCHAR,
"delivery_reviews" BIGINT,
"knownfor" VARCHAR,
"populardishes" VARCHAR,
"peopleknownfor" VARCHAR,
"averagecost" BIGINT
);Anyone who has the link will be able to view this.