Create a Horizontal Bar Chart
Opgave
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'.
Løsning
Var alt klart?
Tak for dine kommentarer!
Sektion 2. Kapitel 8
single
Spørg AI
Spørg AI
Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat
Suggested prompts:
Opsummér dette kapitel
Explain code
Explain why doesn't solve task
Awesome!
Completion rate improved to 2.94
Create a Horizontal Bar Chart
Stryg for at vise menuen
Opgave
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'.
Løsning
Var alt klart?
Tak for dine kommentarer!
Sektion 2. Kapitel 8
single