Baselight

Zomato Restaurant Dataset

Dataset containing details of all of the restaurants listed in Zomato Hyderabad

@kaggle.deewakarchakraborty_zomato_restaurant_dataset

Loading...
Loading...

About this Dataset

Zomato Restaurant Dataset

This dataset contains information about all the listed restaurants in Hyderabad. The python script to scrap this dataset is available here. This dataset can be utilized to build recommendation system, analyze data trend, predict food price and much more. Dataset column details are as follows:

  • links: Contains links to the order page of the restaurants.
  • names: Name of the restaurants.
  • ratings: Average of the rating given by the all the customers.
  • cuisine: Cuisine served by the restaurants.
  • price for one: Cost of the food for one person in INR.

Tables

Hyderabadresturants

@kaggle.deewakarchakraborty_zomato_restaurant_dataset.hyderabadresturants
  • 34.23 kB
  • 657 rows
  • 5 columns
Loading...
CREATE TABLE hyderabadresturants (
  "links" VARCHAR,
  "names" VARCHAR,
  "ratings" VARCHAR,
  "cuisine" VARCHAR,
  "price_for_one" BIGINT
);

Share link

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