Zomato EDA
aiadventures-dataset-1
@kaggle.pranavuikey_zomato_eda
aiadventures-dataset-1
@kaggle.pranavuikey_zomato_eda
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,
"reviews_list" VARCHAR,
"menu_item" VARCHAR,
"listed_in_type" VARCHAR,
"listed_in_city" VARCHAR
);
Anyone who has the link will be able to view this.