Baselight

Zomato Project.

A Comprehensive Analysis of Zomato Reviews and Ratings.

@kaggle.umairhayat_zomato_project

Zomato Data
@kaggle.umairhayat_zomato_project.zomato_data

  • 8.56 KB
  • 148 rows
  • 7 columns
name

Name

online_order

Online Order

book_table

Book Table

rate

Rate

votes

Votes

approx_cost_for_two_people

Approx Cost(for Two People)

listed_in_type

Listed In(type)

JalsaYesYes4.1/5775800Buffet
Spice ElephantYesNo4.1/5787800Buffet
San Churro CafeYesNo3.8/5918800Buffet
Addhuri Udupi BhojanaNoNo3.7/588300Buffet
Grand VillageNoNo3.8/5166600Buffet
Timepass DinnerYesNo3.8/5286600Buffet
Rosewood International Hotel - Bar & RestaurantNoNo3.6/58800Buffet
OnestaYesYes4.6/52556600Cafes
Penthouse CafeYesNo4.0/5324700other
SmacznegoYesNo4.2/5504550Cafes

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
);

Share link

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