Swiggy Indian Restraurant And Item Full Datasets
This dataset is the full data of all the restaurants listed on Swiggy in India
@kaggle.lokeshparab_swiggy_restraurant_and_item_full_datasets
This dataset is the full data of all the restaurants listed on Swiggy in India
@kaggle.lokeshparab_swiggy_restraurant_and_item_full_datasets
CREATE TABLE swiggy (
"city" VARCHAR,
"city_link" VARCHAR,
"subcity" VARCHAR,
"subcity_link" VARCHAR,
"restaurant_code" BIGINT,
"restaurant" VARCHAR,
"rating" VARCHAR,
"rating_count" VARCHAR,
"cost" VARCHAR,
"address" VARCHAR,
"cuisine" VARCHAR,
"licension_no" VARCHAR,
"restaurant_link" VARCHAR,
"menu" VARCHAR,
"item" VARCHAR,
"price" VARCHAR,
"veg_or_non_veg" VARCHAR
);
Anyone who has the link will be able to view this.