Skip to content

The aim of this project is to gain insights into various aspects of the restaurant industry using data from Zomato, a popular online food delivery platform.

Notifications You must be signed in to change notification settings

Ansarimajid/EDA

Repository files navigation

Zomato Dataset Exploratory Data Analysis (EDA)

Overview

This repository contains code and analysis for the exploratory data analysis (EDA) of the Zomato dataset. The aim of this project is to gain insights into various aspects of the restaurant industry using data from Zomato, a popular online food delivery platform.

Dataset

The dataset used in this project is sourced from Zomato's API and contains information about restaurants including their location, user ratings, cuisines, cost for two, and more. The dataset is provided in CSV format and can be found in the data directory.

Dependencies

Ensure you have the following dependencies installed:

  • Python 3.x
  • Jupyter Notebook
  • pandas
  • numpy
  • matplotlib
  • seaborn

You can install the dependencies using pip:

pip install pandas numpy matplotlib seaborn

Usage

  1. Clone this repository:
git clone https://github.com/Ansarimajid/EDA
cd EDA
  1. Install the dependencies as mentioned above.

  2. Open and run the Jupyter Notebook EDA and Feature Engineering.ipynb to see the analysis and visualizations.

Analysis

The analysis in EDA and Feature Engineering.ipynb covers the following aspects:

  • Data cleaning and preprocessing
  • Exploratory data analysis including:
    • Distribution of restaurant ratings
    • Most popular cuisines
    • Relationship between cost and rating
    • Geographical analysis of restaurants
    • Correlation between variables
  • Visualizations to illustrate key findings

Contribution

Contributions are welcome! If you find any issues or have suggestions for improvement, feel free to open an issue or create a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

The aim of this project is to gain insights into various aspects of the restaurant industry using data from Zomato, a popular online food delivery platform.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published