Baselight

Zomato Bangalore Data (Clean)

The original Zomato dataset, but cleaned. Yes, no redundancies.

@kaggle.saranimje_zomato_data_clean

Rate Cost
@kaggle.saranimje_zomato_data_clean.rate_cost

  • 8.13 KB
  • 258 rows
  • 5 columns
rowid

Rowid

cost

Cost

avg_rate

Avg Rate

listed_type

Listed Type

sum_votes

SUM(votes)

1403.73Delivery397
2403.7Dine-out129
3503.7Cafes11
4701.65Dine-out5
5801.7Dine-out7
61001.1Cafes5
71002.17Delivery5741
81002.35Desserts1115
91002.04Dine-out7687
101200.88Delivery104

CREATE TABLE rate_cost (
  "rowid" BIGINT,
  "cost" BIGINT,
  "avg_rate" DOUBLE,
  "listed_type" VARCHAR,
  "sum_votes" BIGINT
);

Share link

Anyone who has the link will be able to view this.