pub fn median(name: &str) -> Expr
Find the median of all the values in the column named name. Shorthand for col(name).median().
name
col(name).median()