Swiggy Restaurants Dataset
Swiggy Dataset Restaurants
@kaggle.abhijitdahatonde_swiggy_restuarant_dataset
Swiggy Dataset Restaurants
@kaggle.abhijitdahatonde_swiggy_restuarant_dataset
The Swiggy Restaurant Dataset is a comprehensive collection of data related to restaurants available on the Swiggy food delivery platform.
This dataset provides valuable information about various aspects of restaurants, enabling users to explore, analyze, and gain insights into the restaurant landscape on Swiggy.
CREATE TABLE swiggy (
"id" BIGINT,
"area" VARCHAR,
"city" VARCHAR,
"restaurant" VARCHAR,
"price" DOUBLE,
"avg_ratings" DOUBLE,
"total_ratings" BIGINT,
"food_type" VARCHAR,
"address" VARCHAR,
"delivery_time" BIGINT
);Anyone who has the link will be able to view this.