Zomato
Comprehensive Zomato restaurant data
@kaggle.samarpthakur_zomato
Comprehensive Zomato restaurant data
@kaggle.samarpthakur_zomato
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.