Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Shivani0230/Restaurant-Data-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Restaurant Data Analyzer

Introduction

Welcome to the Restaurant Data Analyzer! This Python-based toolkit allows you to perform various analyses on restaurant data obtained from Zomato. With this toolkit, you can gain insights into different aspects of restaurant data, including ratings, online orders, costs, and more.

Installation

To use this toolkit, make sure you have Python installed on your system. Additionally, install the required libraries by running the following command:

  • pip install pandas numpy matplotlib seaborn

Usage

  • Clone or download the repository to your local machine.

  • Place your Zomato data CSV file in the same directory as the Python scripts.

  • Run the main script restaurant_analysis.py.

  • Follow the on-screen menu prompts to select the desired analysis option.

Features

1. Countplot for Listed Data

View a countplot of different types of restaurants listed in the dataset. image

2. Groupby Analysis for Votes

Perform a groupby analysis to sum up the votes for different types of restaurants. image

3. Find Restaurant with Maximum Votes

Identify the restaurant(s) with the maximum number of votes.

image

4. Countplot for Online Orders

Visualize the distribution of restaurants accepting online orders versus those that don't. image

5. Histogram for Ratings Distribution

Explore the distribution of restaurant ratings using a histogram. image

6. Countplot for Approximate Cost for Couples

See the distribution of approximate costs for dining out as a couple. image

7. Boxplot for Online vs Offline Ratings

Compare the ratings of restaurants that accept online orders versus those that don't using a boxplot. image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages