Baselight

Swiggy Restaurants Dataset

Swiggy Dataset Restaurants

@kaggle.abhijitdahatonde_swiggy_restuarant_dataset

Loading...
Loading...

About this Dataset

Swiggy Restaurants 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.

Tables

Swiggy

@kaggle.abhijitdahatonde_swiggy_restuarant_dataset.swiggy
  • 323.66 KB
  • 8680 rows
  • 10 columns
Loading...

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

Share link

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