Zomato EDA
aiadventures-dataset-1
@kaggle.pranavuikey_zomato_eda
aiadventures-dataset-1
@kaggle.pranavuikey_zomato_eda
Data Cleaning:
Data Visualization:
Regression Analysis:
CREATE TABLE zomato (
"url" VARCHAR,
"address" VARCHAR,
"name" VARCHAR,
"online_order" VARCHAR,
"book_table" VARCHAR,
"rate" VARCHAR,
"votes" BIGINT,
"phone" VARCHAR,
"location" VARCHAR,
"rest_type" VARCHAR,
"dish_liked" VARCHAR,
"cuisines" VARCHAR,
"approx_cost_for_two_people" DOUBLE -- Approx Cost(for Two People),
"reviews_list" VARCHAR,
"menu_item" VARCHAR,
"listed_in_type" VARCHAR -- Listed In(type),
"listed_in_city" VARCHAR -- Listed In(city)
);
Anyone who has the link will be able to view this.