Analysis of Swiggy Website based on Restaurants in Bangalore
Files/Folder | Description |
---|---|
Dataset Folder | This folder provides data in csv format |
Python File | This contains the .ipynb file of the analysis for Data Extract and Data cleaning. |
Excel | This contains the .sql file for the exploratory data analysis. |
o Highest number of orders placed in Bangalore District.
o Location with maximum number of restaurant where delivery review number is more than 1000.
o Analysing the location with the maximum number of less rated restraunt.
o To check the most popular cuisines in Bangalore.
o Average rating of most popular Cuisines.
o Average price for most popular Cuisines.
-
Import the data using Selenium and ChromeDriverManager libraries.
-
Once we got the data , stated analysing the data by using pandas.
-
Imported the aggregated data into Excel for further Analysis and Visualisation.