statistics

fun AnyFrame.statistics(level: Double = 0.95): DataFrame<StatisticData>

Creates a dataframe that holds the statistical data for any column that holds Double type within the original dataframe. The confidence interval level is by default 0.95.


fun DataColumn<Double>.statistics(name: String? = this.name()): Statistic

Return

the statistics on the column