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

Project Title - EDA for indian cuisines

This project is based on exploratory data analysis for a brief dataset of indian cuisines. In this project, the data set is downloaded from kaggle, cleaning of dataset is done by pandas library and visualizations were drawn using matplotlib library.
All the methods applied here are learnt from the course - 'Data analysis with python: zero to pandas'

Downloading the Dataset

The dataset used in the project is downloaded from kaggle. Uploader of this dataset is Ms. Neha Prabhavalkar.
Link for the dataset='https://www.kaggle.com/nehaprabhavalkar/indian-food-101'

!pip install jovian opendatasets --upgrade --quiet

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

dataset_url = 'https://www.kaggle.com/nehaprabhavalkar/indian-food-101'