Zomato Restaurant Dataset
Dataset containing details of all of the restaurants listed in Zomato Hyderabad
@kaggle.deewakarchakraborty_zomato_restaurant_dataset
Dataset containing details of all of the restaurants listed in Zomato Hyderabad
@kaggle.deewakarchakraborty_zomato_restaurant_dataset
This dataset contains information about all the listed restaurants in Hyderabad. The python script to scrap this dataset is available here. This dataset can be utilized to build recommendation system, analyze data trend, predict food price and much more. Dataset column details are as follows:
CREATE TABLE hyderabadresturants (
"links" VARCHAR,
"names" VARCHAR,
"ratings" VARCHAR,
"cuisine" VARCHAR,
"price_for_one" BIGINT
);Anyone who has the link will be able to view this.