Create a Horizontal Bar Chart
Tarea
Swipe to start coding
For the same dataframe data build a horizontal bar chart representing the average monthly rainfall level for New Delhi and Madurai. Follow the next steps:
- Initialize horizontal bar chart for the
new_delhidata. Use values of the'Month'column as the first parameter and values of the'Rainfall'column as the second one. - Initialize horizontal bar chart for the
maduraidata and place it to the right of previously built data (new_delhi). Setlabelparameter to'Madurai'.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 2. Capítulo 8
single
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Awesome!
Completion rate improved to 2.94
Create a Horizontal Bar Chart
Desliza para mostrar el menú
Tarea
Swipe to start coding
For the same dataframe data build a horizontal bar chart representing the average monthly rainfall level for New Delhi and Madurai. Follow the next steps:
- Initialize horizontal bar chart for the
new_delhidata. Use values of the'Month'column as the first parameter and values of the'Rainfall'column as the second one. - Initialize horizontal bar chart for the
maduraidata and place it to the right of previously built data (new_delhi). Setlabelparameter to'Madurai'.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 2. Capítulo 8
single