# credit to Stack Overflow user in source link # df: pandas dataframe from scipy.stats import describe describe(df, axis=0) # (min, max), mean, variance, skewness, kurtosis