Зміст курсу
Data Manipulation using pandas
Data Manipulation using pandas
2. Preprocessing Data: Part II
Challenge 1
Let's practice building different kinds of plots! First, let's find out is there a relation between a dwelling value and major payments to secure shelter.
Завдання
Swipe to begin your solution
- Initialize a scatter plot for the
df
dataframe. - Display the
'valueh'
column values on the x-axis, and the'omphtotinch'
values on the y-axis. - Set color of points to orange (
color
,'orange'
).
Рішення
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 4. Розділ 9
Challenge 1
Let's practice building different kinds of plots! First, let's find out is there a relation between a dwelling value and major payments to secure shelter.
Завдання
Swipe to begin your solution
- Initialize a scatter plot for the
df
dataframe. - Display the
'valueh'
column values on the x-axis, and the'omphtotinch'
values on the y-axis. - Set color of points to orange (
color
,'orange'
).
Рішення
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 4. Розділ 9
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів