Skip to content

manoj-netizenn/data-analysin

Repository files navigation

Data analysis using python


[+] Description

The Global Restaurant Data Analysis project aims to analyze a diverse dataset containing information about restaurants from different countries and regions around the world. The dataset includes details such as restaurant names, locations, cuisines, ratings, reviews, and other relevant metrics. analyzed the data using pandas and numpy frameworks

[+] Requirements

  • pycharm or vs code editor
  • numpy
  • pandas
  • matplot lib

[+] Installation

  • pip install pandas
  • pip install numpy
  • pip3 install pandas
  • pip3 install numpy

[+] problem statements

  • Top Cuisines Determine the top three most common cuisines in the dataset. Calculate the percentage of restaurants that serve each of the top cuisines

  • City Analysis Identify the city with the highest number of restaurants in the dataset. Calculate the average rating for restaurants in each city. Determine the city with the highest average rating.

  • Price Range Distribution Create a histogram or bar chart to visualize the distribution of price ranges among the restaurants. Calculate the percentage of restaurants in each price range category.

  • Online Delivery Determine the percentage of restaurants that offer online delivery. Compare the average ratings of restaurants with and without online delivery.

  • Restaurant Ratings Analyze the distribution of aggregate ratings and determine the most common rating range. Calculate the average number of votes received by restaurants.

  • Cuisine Combination Identify the most common combinations of cuisines in the dataset. Determine if certain cuisine combinations tend to have higher ratings.

  • Geographic Analysis Plot the locations of restaurants on a map using longitude and latitude coordinates. Identify any patterns or clusters of restaurants in specific areas.

  • Restaurant Chains Identify if there are any restaurant chains present in the dataset. Analyze the ratings and popularity of different restaurant chains

[+] solutions

you can find the results on analysis.ipynb

[+] Find me on

About

project on analyzing the given dataset and extracting the required results

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published