Skip to content

PrashanttJooshi/Behind-the-Menu-Uncovering-Insights-from-Restaurant-Data

Repository files navigation

🍽️ Behind the Menu: Uncovering Insights from Restaurant Data

This repository contains data analysis tasks performed on a restaurant dataset . The goal is to uncover trends and insights related to restaurant ratings, cuisine preferences, locations, and chain performance.


🔍 Overview of Tasks

📊 Task 1: Restaurant Ratings

  • Analyzed the distribution of restaurant ratings.
  • Identified the most frequent rating range.
  • Calculated average votes received per restaurant.

🍱 Task 2: Cuisine Combination

  • Discovered most common cuisine combinations.
  • Checked if certain cuisine combos are linked with higher ratings.

🗺️ Task 3: Geographic Analysis

  • Plotted restaurants by location using latitude and longitude.
  • Identified patterns or clusters based on geography.

🏪 Task 4: Restaurant Chains

  • Identified restaurant chains in the dataset.
  • Compared popularity and ratings of different chains.

🧰 Tools Used

  • Python
  • Pandas
  • Seaborn & Matplotlib
  • Plotly (for maps)
  • Jupyter Notebook

📌 Insights Summary

  • Ratings tend to cluster in the 3.0–4.5 range.
  • Some cuisine pairs like "North Indian & Chinese" are very common and well-rated.
  • Urban clusters show dense restaurant populations.
  • Chains often show consistent but not necessarily top ratings.

📁 Repository Structure

Restaurant-Analysis/
│
├── Task1_Ratings_Analysis.ipynb
├── Task2_Cuisine_Combination.ipynb
├── Task3_Geographic_Analysis.ipynb
├── Task4_Restaurant_Chains.ipynb
├── dataset/
│   └── [restaurant_data.csv]
├── images/
│   ├── rating_distribution.gif
│   ├── cuisine_heatmap.gif
│   └── geo_plot.gif
└── README.md

🚀 Getting Started

Clone this repo and install required libraries:

git clone https://github.com/your-username/Restaurant-Analysis.git
cd Restaurant-Analysis
pip install pandas matplotlib seaborn plotly

Then, open the notebooks using Jupyter or VS Code.



🔄 Animated Visualizations

🍛 Cuisine Popularity Over Time

Shows how different cuisine types trend over time in terms of popularity.

Cuisine Trends


⭐ Rating Distribution Animation

Animated view of how restaurant ratings are distributed across samples.

Rating Distribution


🗺️ Geographic Distribution of Restaurants

Dynamic visualization of restaurant locations across a mapped region.

Geo Distribution

🙋 About Me

Prashant Joshi – Data Enthusiast
📫 Reach me on LinkedIn (Link to be added)


⭐ If you like the project, consider starring the repo!

About

Discover hidden patterns in dining data — from popular cuisine pairings to geographic restaurant clusters

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors