DataFrameColumn.Median Method

Definition

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

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

Returns

Applies to