End-to-End ML Project- Beginner friendly

You are currently auditing this course.
36 / 95

Statistical description

We can also get a statistical description of our dataset by using the describe() method of the DataFrame object. Remember, it displays information only about numerical attributes by default. But we can include other attributes too by specifying the include = all parameter.

Its syntax is the same as the head() method of the DataFrame object.

INSTRUCTIONS

Run the describe() method for our dataset.

Get Hint See Answer

Loading comments...