Create a Simple Bar Chart
Завдання
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).
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 2. Розділ 2
single
Запитати АІ
Запитати АІ
Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат
Awesome!
Completion rate improved to 2.94
Create a Simple Bar Chart
Свайпніть щоб показати меню
Завдання
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).
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Awesome!
Completion rate improved to 2.94Секція 2. Розділ 2
single