mean()
Returns the mean average of the floating-point column’s elements, ignoring missing elements.
Declaration
func mean() -> Column<WrappedElement>.ElementReturns the mean average of the floating-point column’s elements, ignoring missing elements.
func mean() -> Column<WrappedElement>.Element