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
CREATE TABLE all_restaurant_details (
"no" BIGINT,
"hotel_name" VARCHAR,
"address" VARCHAR,
"rating_5" DOUBLE,
"price_2" BIGINT
);
Anyone who has the link will be able to view this.