Create a Horizontal Bar Chart
Tehtävä
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_delhi
data. 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
madurai
data and place it to the right of previously built data (new_delhi
). Setlabel
parameter to'Madurai'
.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 2. Luku 8
single
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme
Awesome!
Completion rate improved to 2.94
Create a Horizontal Bar Chart
Pyyhkäise näyttääksesi valikon
Tehtävä
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_delhi
data. 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
madurai
data and place it to the right of previously built data (new_delhi
). Setlabel
parameter to'Madurai'
.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Awesome!
Completion rate improved to 2.94Osio 2. Luku 8
single