Zomato Project.
A Comprehensive Analysis of Zomato Reviews and Ratings.
@kaggle.umairhayat_zomato_project
A Comprehensive Analysis of Zomato Reviews and Ratings.
@kaggle.umairhayat_zomato_project
CREATE TABLE zomato_data (
"name" VARCHAR,
"online_order" VARCHAR,
"book_table" VARCHAR,
"rate" VARCHAR,
"votes" BIGINT,
"approx_cost_for_two_people" BIGINT,
"listed_in_type" VARCHAR
);
Anyone who has the link will be able to view this.