Provides basic summary statistics and wholistic information about all the features of provided data

explore_summary(df)

Arguments

df

dataframe (clean)

Value

a summary dataframe

Examples

explore_summary(iris)
#> min. 1st Qu. median 3rd Qu. max. mean var #> Sepal.Length 4.3 5.1 5.80 6.4 7.9 5.843333 0.6856935 #> Sepal.Width 2.0 2.8 3.00 3.3 4.4 3.057333 0.1899794 #> Petal.Length 1.0 1.6 4.35 5.1 6.9 3.758000 3.1162779 #> Petal.Width 0.1 0.3 1.30 1.8 2.5 1.199333 0.5810063