Baselight

Zomato Kolkata Restaurants 2022

All Restaurants details available on Zomato for Kolkata

@kaggle.vora1011_zomato_kolkata_restaurants_2022

Loading...
Loading...

About this Dataset

Zomato Kolkata Restaurants 2022

Zomato Kolkata Restaurants

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.

Dataset collected on 20th March 2022

Other Location Restaurant Database

Interesting Task Ideas

  1. Which restaurant is famous in different localities in Kolkata?
  2. Which cuisines are the most famous in different localities?
  3. What is the highest rating restaurant for any particular cuisines?
  4. What is the best restaurant for each category (Dine-In, Delivery, Takeaway, Vegetarian)

Dataset for other locations coming soon.

Let me know which locations would be great for the dataset.

Check my other datasets

Tables

Zomato Kolkata Restaurants

@kaggle.vora1011_zomato_kolkata_restaurants_2022.zomato_kolkata_restaurants
  • 505.62 KB
  • 4923 rows
  • 19 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.