Зміст курсу
Вивчення Статистики з Використанням Python
Вивчення Статистики з Використанням Python
2. Середнє, Медіана та Мода в Python
4. Коваріація та Кореляція
Ознайомлення з Набором Даних
Завдання
Swipe to start coding
- Read the CSV file and assign it to the
data
variable. - Display the first five observations of the dataset stored in the
data
variable. - Create a
histplot
with the following attributes:- Set the dataset to
data
. - Set
'body_mass_g'
for the X-Axis. - Set the
kde
parameter toTrue
.
- Set the dataset to
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 5. Розділ 1
Ознайомлення з Набором Даних
Завдання
Swipe to start coding
- Read the CSV file and assign it to the
data
variable. - Display the first five observations of the dataset stored in the
data
variable. - Create a
histplot
with the following attributes:- Set the dataset to
data
. - Set
'body_mass_g'
for the X-Axis. - Set the
kde
parameter toTrue
.
- Set the dataset to
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 5. Розділ 1