Ahmedabad Restaurant Dataset
A Small dataset of restaurant. Which you can start with to perform EDA.
@kaggle.snehpatel3_ahmedabad_restaurant_dataset
A Small dataset of restaurant. Which you can start with to perform EDA.
@kaggle.snehpatel3_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.
CREATE TABLE all_restaurant_details (
"no" BIGINT,
"hotel_name" VARCHAR,
"address" VARCHAR,
"rating_5" DOUBLE -- Rating (5),
"price_2" BIGINT -- Price (2)
);
Anyone who has the link will be able to view this.