Baselight

Ahmedabad Restaurant Dataset

A Small dataset of restaurant. Which you can start with to perform EDA.

@kaggle.snehpatel3_ahmedabad_restaurant_dataset

Loading...
Loading...

About this Dataset

Ahmedabad Restaurant Dataset

Scrapped the Ahmedabad restaurant data.
Contain one csv file with Hotel name, address, rating and price for two person.
This is the use full dataset to perform beginner level EDA.

Tables

All Restaurant Details

@kaggle.snehpatel3_ahmedabad_restaurant_dataset.all_restaurant_details
  • 21.69 KB
  • 664 rows
  • 5 columns
Loading...

CREATE TABLE all_restaurant_details (
  "no" BIGINT,
  "hotel_name" VARCHAR,
  "address" VARCHAR,
  "rating_5" DOUBLE,
  "price_2" BIGINT
);

Share link

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