Create a Simple Bar Chart
Tehtävä
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).
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 2. Luku 2
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 Simple Bar Chart
Pyyhkäise näyttääksesi valikon
Tehtävä
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).
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 2. Luku 2
single