Course Content
Learning Statistics with Python
Learning Statistics with Python
2. Mean, Median and Mode with Python
4. Covariance vs Correlation
Explore the Data Set
Task
Swipe to show code editor
- 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
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 5. Chapter 1
Explore the Data Set
Task
Swipe to show code editor
- 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
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 5. Chapter 1
Switch to desktop for real-world practiceContinue from where you are using one of the options below