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

Analysis of Indian Food Recipes

This analysis is based on a dataset from Kaggle that lists 25 Indian recipes along with information about these recipes.
The dataset prvides such information as the diet(veg/non veg), flavor profile(spicy/dessert/main course) as well as the preparation and cooking time for each of them.

The workbook is an attempt to answer varied questions about the food preferences in India based on the dataset

Python tools/modules used: Numpy, Pandas, Seaborn, jovian opendatasets

Downloading the Dataset

Let us download the data from Kaggle using the module 'opendatasets'.
As a first step, we need to install the module:

!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'