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

Food Nutrition Analysis

This dataset provide information about food and its various nutrition parameters which will be used to give answers of some questions. This data is taken from "data.world" which provide free real time data.
I have learned many libraries/modules in this course which I will be utilising here.

project_name = "Food_Nutrition_Analysis" 
!pip install jovian --upgrade -q

'xlrd' module will help us to extract information from the spreadsheet provided in the link

!pip install xlrd
Requirement already satisfied: xlrd in c:\users\neeraj\appdata\local\programs\python\python37-32\lib\site-packages (1.2.0)