Create a Simple Bar Chart
Task
Swipe to start coding
You are given dataframe data with rainfall information for Indian cities/districts. Your tasks are:
- Filter the observations from 
dataso that only rainfall data for'NEW DELHI'will remain. Save this information within thenew_delhivariable. - Create 
AxesandFigureobjects (usefix, axvariables). - Initialize a bar chart with 
Monthcolumn values on the x-axis andRainfallcolumn values on the y-axis (new_delhidata). 
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 2
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 2.94
Create a Simple Bar Chart
Swipe to show menu
Task
Swipe to start coding
You are given dataframe data with rainfall information for Indian cities/districts. Your tasks are:
- Filter the observations from 
dataso that only rainfall data for'NEW DELHI'will remain. Save this information within thenew_delhivariable. - Create 
AxesandFigureobjects (usefix, axvariables). - Initialize a bar chart with 
Monthcolumn values on the x-axis andRainfallcolumn values on the y-axis (new_delhidata). 
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 2
single