Baselight

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

Loading...
Loading...

About this Dataset

Swiggy Indian Restraurant And Item Full Datasets

This is Swiggy Restaurant and Items dataset extracted from the data json file available in kaggle:- click here 👈

This allows you to compare the different menu items, prices, costs, and cuisines of restaurants across all cities in India.

This dataset contains 17 different features of each restaurant and item listed on the website of Swiggy which you can find below:

Name Description
city Name of the city listed in Swiggy
city link The Swiggy link of that city
sub-city Name of the sub-city from that city
sub-city link The Swiggy link of that sub-city
restaurant code Restaurant code of that restaurant reserved in Swiggy
restaurant Name of the Restaurant in that city or sub-city
rating The rating of that restaurant
rating count Total number of people given a rating to that restaurant
cost Cost of eating food in that restaurant
address Address of that restaurant
cuisine Cusine serves in that restaurant
licension no The license number of that restaurant
restaurant link The Swiggy link of that restaurant
menu The name of the menu available in that restaurant
item The name of the item listed in the menu
price The actual price of that item
veg or non-veg Tells about the type of item which is vegetarian or non-vegetarian food

Tables

Swiggy

@kaggle.lokeshparab_swiggy_restraurant_and_item_full_datasets.swiggy
  • 158.17 MB
  • 13405384 rows
  • 17 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.