Swiggy Restaurant's Dataset
Swiggy 1.5 Lakh Restaurant Data from 600 different cities
@kaggle.rrkcoder_swiggy_restaurants_dataset
Swiggy 1.5 Lakh Restaurant Data from 600 different cities
@kaggle.rrkcoder_swiggy_restaurants_dataset
CREATE TABLE swiggy_file (
"restaurant_name" VARCHAR,
"cuisine" VARCHAR,
"rating" VARCHAR,
"number_of_ratings" VARCHAR,
"average_price" VARCHAR,
"number_of_offers" BIGINT,
"offer_name" VARCHAR,
"area" VARCHAR,
"pure_veg" VARCHAR,
"location" VARCHAR
);
Anyone who has the link will be able to view this.