Zomato Bangalore Data (Clean)
The original Zomato dataset, but cleaned. Yes, no redundancies.
@kaggle.saranimje_zomato_data_clean
The original Zomato dataset, but cleaned. Yes, no redundancies.
@kaggle.saranimje_zomato_data_clean
CREATE TABLE rate_cost (
"rowid" BIGINT,
"cost" BIGINT,
"avg_rate" DOUBLE,
"listed_type" VARCHAR,
"sum_votes" BIGINT
);
Anyone who has the link will be able to view this.