This Repo contains various Data Analysis on different Kaggle datasets and providing insights into the dataset by making use of Python libraries.
->opendatasets - It is a Python library for downloading datasets from online sources like Kaggle and Google Drive.
Navigate to the Below Link: 👇
https://github.com/ManikantaSanjay/Data_Analysis_Using_Python_Libraries_Series/blob/main/Facebook_Data_Analysis.ipynb 🔗
Click on Open in Collab at the top and fork it.
- Restaurant Id
- Restaurant Name
- Country Code
- City
- Address
- Locality
- Locality Verbose
- Longitude
- Latitude
- Cuisines
- Average Cost for two
- Currency
- Has Table booking
- Has Online delivery
- Is delivering
- Switch to order menu
- Price Range
- Aggregate Rating
- Rating color
- Rating text
- Votes
By making use of the opendatasets library we download the dataset required for our EDA(Exploratory Data Analysis)
Dataset URL : https://www.kaggle.com/shrutimehta/zomato-restaurants-data 🔗
It deals with the following aspects :
After understanding the several insights about the restaurants present in the survey, we try to answer them using data frame operations and visualizations.
Q1: From which Locality Maximum hotels are listed in Zomato ?
Q2: What kind of Cuisine these highly rates restaurants offer ?
Q3: How many of such restaurants accept online delivery ?
Q4: Understanding the Restaurants Rating locality wise ?
Q5: Understanding the Relation between Rating VS Cost of Dining ?
Q6: Location of Highly Rated restaurants across New Delhi ?
Q7: Understanding about Common Eateries ?
Navigate to the Below Link: 👇
https://github.com/ManikantaSanjay/Data_Analysis_Using_Python_Libraries_Series/blob/main/Data_Analysis_on_Restaurants_Listed_In_Zomato.ipynb 🔗
Click on Open in Collab at the top and fork it.