Baselight

Zomato

Comprehensive Zomato restaurant data

@kaggle.samarpthakur_zomato

Loading...
Loading...

About this Dataset

Zomato

This dataset contains detailed information on Zomato restaurants, including, ratings, votes, list in types and pricing details. It is useful for data analysis, visualization, and building machine learning models for recommendations, predictions, or sentiment analysis based on customer reviews.

Tables

Zomato Data

@kaggle.samarpthakur_zomato.zomato_data
  • 8.56 KB
  • 148 rows
  • 7 columns
Loading...

CREATE TABLE zomato_data (
  "name" VARCHAR,
  "online_order" VARCHAR,
  "book_table" VARCHAR,
  "rate" VARCHAR,
  "votes" BIGINT,
  "approx_cost_for_two_people" BIGINT,
  "listed_in_type" VARCHAR
);

Share link

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