Baselight

Zomato Kolkata Dataset

Contains list of all restaurants in kolkata.

@kaggle.ritikverma19_zomato_kolkata_dataset

Loading...
Loading...

About this Dataset

Zomato Kolkata Dataset

Context

See that's what people don't get about food. It's never the food, it's the love that goes into making it. That's what's important.

One thing we all love in common is food. The sole reason for creating this dataset is so that people can come up with an algorithm to suggest the best place people can have to eat just like Zomato (from where the data is extracted)/

Content

The Dataset contains the following information:
name: Name of the restaurant.
voteCount: Number of people voted for a restaurant in Zomato.
rating: Average rating of the restaurant.
address: Address of the restaurant.
cuisines: Types of cuisine they serve.
cost: Average cost per two-person.
timing: Working hours of the restaurant.

Tables

Zomato Kolkata

@kaggle.ritikverma19_zomato_kolkata_dataset.zomato_kolkata
  • 351.49 KB
  • 7388 rows
  • 7 columns
Loading...

CREATE TABLE zomato_kolkata (
  "name" VARCHAR,
  "votecount" VARCHAR,
  "rating" VARCHAR,
  "address" VARCHAR,
  "cusine" VARCHAR,
  "cost" VARCHAR,
  "timing" VARCHAR
);

Share link

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