Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Explore the Data Set | Confidence Interval
Learning Statistics with Python

Explore the Data SetExplore the Data Set

Завдання

  1. Read the CSV file and assign it to the data variable.
  2. Display the first five observations of the dataset stored in the data variable.
  3. Create a histplot with the following attributes:
    • Set the dataset to data;
    • Set 'body_mass_g' for the X-Axis;
    • Set the kde parameter to True.

Все було зрозуміло?

Секція 5. Розділ 1
toggle bottom row
course content

Зміст курсу

Learning Statistics with Python

Explore the Data SetExplore the Data Set

Завдання

  1. Read the CSV file and assign it to the data variable.
  2. Display the first five observations of the dataset stored in the data variable.
  3. Create a histplot with the following attributes:
    • Set the dataset to data;
    • Set 'body_mass_g' for the X-Axis;
    • Set the kde parameter to True.

Все було зрозуміло?

Секція 5. Розділ 1
toggle bottom row
some-alt