Create a Simple Bar Chart
Aufgabe
Swipe to start coding
You are given dataframe data
with rainfall information for Indian cities/districts. Your tasks are:
- Filter the observations from
data
so that only rainfall data for'NEW DELHI'
will remain. Save this information within thenew_delhi
variable. - Create
Axes
andFigure
objects (usefix, ax
variables). - Initialize a bar chart with
Month
column values on the x-axis andRainfall
column values on the y-axis (new_delhi
data).
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 2. Kapitel 2
single
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen
Awesome!
Completion rate improved to 2.94Awesome!
Completion rate improved to 2.94
Create a Simple Bar Chart
Aufgabe
Swipe to start coding
You are given dataframe data
with rainfall information for Indian cities/districts. Your tasks are:
- Filter the observations from
data
so that only rainfall data for'NEW DELHI'
will remain. Save this information within thenew_delhi
variable. - Create
Axes
andFigure
objects (usefix, ax
variables). - Initialize a bar chart with
Month
column values on the x-axis andRainfall
column values on the y-axis (new_delhi
data).
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 2. Kapitel 2
single
Awesome!
Completion rate improved to 2.94
Create a Simple Bar Chart
Swipe um das Menü anzuzeigen
Aufgabe
Swipe to start coding
You are given dataframe data
with rainfall information for Indian cities/districts. Your tasks are:
- Filter the observations from
data
so that only rainfall data for'NEW DELHI'
will remain. Save this information within thenew_delhi
variable. - Create
Axes
andFigure
objects (usefix, ax
variables). - Initialize a bar chart with
Month
column values on the x-axis andRainfall
column values on the y-axis (new_delhi
data).
Lösung
War alles klar?
Danke für Ihr Feedback!