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

Indian Food Analysis

           Analysing a data set containing Indian Foods.

Downloading the Dataset

The data was taken from https://www.kaggle.com/nehaprabhavalkar/indian-food-101 where it contains 255 rows and 9 columns. The dataset gives an idea of indian food. It mainly contain its name, the ingredients, diet(vegetarian and non vegetarian), the preparation time, the cook time, flavor profile(spicy, sweet), the course(starter, main course, dessert, snack), the different states in which these food items are present and their region.

!pip install jovian opendatasets --upgrade --quiet
dataset_url = 'https://www.kaggle.com/nehaprabhavalkar/indian-food-101' 
import opendatasets as od
od.download(dataset_url)
Please provide your Kaggle credentials to download this dataset. Learn more: http://bit.ly/kaggle-creds Your Kaggle username: ancyef Your Kaggle Key: ········
100%|██████████| 6.79k/6.79k [00:00<00:00, 3.32MB/s]
Downloading indian-food-101.zip to ./indian-food-101