Share via


PrimitiveDataFrameColumn<T>.Mean Method

Definition

Returns the mean of the values in the column. Throws if this is not a numeric column

public override double Mean();
override this.Mean : unit -> double
Public Overrides Function Mean () As Double

Returns

Applies to