Zomato Restaurants Dataset
Zomato Restaurant Data Collection!
@kaggle.abhijitdahatonde_zomato_restaurants_dataset
Zomato Restaurant Data Collection!
@kaggle.abhijitdahatonde_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.
CREATE TABLE zomato (
"unnamed_0_1" BIGINT -- Unnamed: 0.1,
"unnamed_0" BIGINT -- Unnamed: 0,
"restaurant_name" VARCHAR,
"restaurant_type" VARCHAR,
"rate_out_of_5" DOUBLE -- Rate (out Of 5),
"num_of_ratings" BIGINT,
"avg_cost_two_people" DOUBLE -- Avg Cost (two People),
"online_order" VARCHAR,
"table_booking" VARCHAR,
"cuisines_type" VARCHAR,
"area" VARCHAR,
"local_address" VARCHAR
);Anyone who has the link will be able to view this.