Dataframe.describe(include='all')
Here is what the above code is Doing:
1. We are using the describe() method on the dataframe.
2. We are passing the include=’all’ argument to the describe() method.
3. The describe() method returns a new dataframe with the summary statistics.