Create a Simple Bar Chart
Tâche
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
Tout était clair ?
Merci pour vos commentaires !
Section 2. Chapitre 2
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion
Suggested prompts:
Résumer ce chapitre
Expliquer le code dans file
Expliquer pourquoi file ne résout pas la tâche
Awesome!
Completion rate improved to 2.94
Create a Simple Bar Chart
Glissez pour afficher le menu
Tâche
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
Tout était clair ?
Merci pour vos commentaires !
Section 2. Chapitre 2
single