DataFrameColumn.Median Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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