Assume df is a dataframe.
_________ is used to find the average of squared differences from the mean.
__________ is calculated as the square root of the variance.
1
df.var(), df.std()
2
df.mean(), df.mode()
3
df.StandardDeviation(), df.variance()
4
df.std(), df.var()