Zomato Dataset
Data Analysis Project
@kaggle.rajeshrampure_zomato_dataset
Data Analysis Project
@kaggle.rajeshrampure_zomato_dataset
This dataset is a collection of restaurants that are registered on Zomato in Bengaluru City. In this dataset, we have more than 50000 rows and 17 columns, a fairly large dataset. You will be able to get hands-on experience while performing the following tasks and will be able to understand how real-world problem statement analysis is done.
In Data Analysis what all things we do
You have to perform the following tasks:
Explore the Data
Data Cleaning:
Data Visualization:
Inferences:
At last:
CREATE TABLE zomato (
"url" VARCHAR,
"address" VARCHAR,
"name" VARCHAR,
"online_order" VARCHAR,
"book_table" VARCHAR,
"rate" VARCHAR,
"votes" BIGINT,
"phone" VARCHAR,
"location" VARCHAR,
"rest_type" VARCHAR,
"dish_liked" VARCHAR,
"cuisines" VARCHAR,
"approx_cost_for_two_people" DOUBLE -- Approx Cost(for Two People),
"reviews_list" VARCHAR,
"menu_item" VARCHAR,
"listed_in_type" VARCHAR -- Listed In(type),
"listed_in_city" VARCHAR -- Listed In(city)
);
Anyone who has the link will be able to view this.