Zomato
Comprehensive Zomato restaurant data
@kaggle.samarpthakur_zomato
Comprehensive Zomato restaurant data
@kaggle.samarpthakur_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.
CREATE TABLE zomato_data (
"name" VARCHAR,
"online_order" VARCHAR,
"book_table" VARCHAR,
"rate" VARCHAR,
"votes" BIGINT,
"approx_cost_for_two_people" BIGINT -- Approx Cost(for Two People),
"listed_in_type" VARCHAR -- Listed In(type)
);Anyone who has the link will be able to view this.