Function median

Source
pub fn median<T: ToExpr>(col: T) -> Column
where Vec<T>: ToVecExpr,