Learn practical skills, build real-world projects, and advance your career

Finding best Restaurants-Zomato Bangalore

The basic idea is analyzing the Buisness Problem of Zomato to get a fair idea about the factors affecting the establishment of different types of restaurant at different places in Bengaluru, aggregate rating of each restaurant and many more.
Source: https://www.kaggle.com/himanshupoddar/zomato-bangalore-restaurants
You can also mention about the course Data Analysis with Python: Zero to Pandas, and what you've learned from it.

Downloading the Dataset

The dataset is available at https://www.kaggle.com/himanshupoddar/zomato-bangalore-restaurants, the data can be downloaded directly or using Kaggle API

!pip install jovian opendatasets --upgrade --quiet

Let's begin by downloading the data, and listing the files within the dataset.

#Importing Libraries
import numpy as np
import pandas as pd
import seaborn as sb
import matplotlib.pyplot as plt
import seaborn as sns