Login using Social Account
     Continue with GoogleLogin using your credentials
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.
Run the describe()
method for our dataset.
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
Loading comments...