Skip to content

Sid3839/Zomato-Data-Analysis-Using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🍴 Zomato Restaurant Data Analysis

This study was conducted to assist a client planning to open a new restaurant.
By analyzing the Zomato dataset, the project provides insights into customer preferences, restaurant performance, and optimal business decisions.


🧠 Objective

The main goal is to answer three key business questions:

  1. What type of restaurant is most preferred to open?
  2. Which location would be most suitable?
  3. What kind of services should the restaurant provide?

🧾 Dataset

  • Source: Kaggle (Zomato Restaurants Data)
  • Type: CSV
  • Features: Restaurant type, location, ratings, cost, and services

🧰 Libraries and Tools

Library Purpose
NumPy Numerical operations
Pandas Data cleaning and manipulation
Matplotlib Data visualization
Seaborn Advanced plotting and aesthetics

🧹 Data Preprocessing Steps

  • Dropped irrelevant columns
  • Renamed columns for clarity
  • Removed duplicate entries
  • Handled null values systematically
  • Changed data types where necessary
  • Clustered categorical values
  • Cleaned inconsistent text entries

πŸ“Š Visualization & Analysis

Used visual techniques to interpret restaurant data effectively:

  • Countplot – frequency of restaurant types
  • Boxplot – comparison of ratings and prices
  • Barplot – popular cities, cuisines, and service categories

πŸ” Insights Derived

  • Popular restaurant types preferred by customers
  • High-demand locations suitable for new openings
  • Preferred services like delivery, dine-in, or reservations
  • Relationship between price range and ratings

πŸŽ“ Learning Outcomes

  • Real-world application of data preprocessing
  • Advanced data visualization for business insights
  • Understanding of customer and market trends through analytics

About

A Python Data Analysis project from data cleaning and data visualization perspective.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published