Name some functions that perform descriptive statistics on a Dataframe.

Function that perform descriptive statistics of dataframe are given below:
min()
max()
mode()
mean()
median()
count()
sum()
quantile()
std()
var() etc.

error: Content is protected !!