Zomato Bangalore Restaurants 2022
All Restaurants details available on Zomato for Bangalore
@kaggle.vora1011_zomato_bangalore_restaurants_2022
All Restaurants details available on Zomato for Bangalore
@kaggle.vora1011_zomato_bangalore_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 Bangalore. Bangalore 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.
The city of students, working professionals, and youth filling up every space, Bangalore is the location to be a foodie, and Zomato taking the highest orders in the country also comes from Bangalore.
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 bangalorezomatodata (
  "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.