Baselight

Zomato Restaurants Dataset

Zomato Restaurant Data Collection!

@kaggle.abhijitdahatonde_zomato_restaurants_dataset

Loading...
Loading...

About this Dataset

Zomato Restaurants Dataset

The Zomato Restaurant Dataset is a comprehensive collection of restaurant data sourced from the popular online food delivery platform, Zomato.

This dataset contains information about various restaurants listed on the platform, including their location, cuisine type, ratings, user reviews, and other essential attributes.
The data is designed to help researchers, data enthusiasts, and analysts gain insights into the restaurant industry, customer preferences, and regional culinary trends.

Tables

Zomato

@kaggle.abhijitdahatonde_zomato_restaurants_dataset.zomato
  • 255.93 KB
  • 7105 rows
  • 12 columns
Loading...

CREATE TABLE zomato (
  "unnamed_0_1" BIGINT,
  "unnamed_0" BIGINT,
  "restaurant_name" VARCHAR,
  "restaurant_type" VARCHAR,
  "rate_out_of_5" DOUBLE,
  "num_of_ratings" BIGINT,
  "avg_cost_two_people" DOUBLE,
  "online_order" VARCHAR,
  "table_booking" VARCHAR,
  "cuisines_type" VARCHAR,
  "area" VARCHAR,
  "local_address" VARCHAR
);

Share link

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