DataFrameColumn.Mean Method

Definition

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

public virtual double Mean ();
abstract member Mean : unit -> double
override this.Mean : unit -> double
Public Overridable Function Mean () As Double

Returns

Applies to