Function polars_lazy::dsl::median

source ·
pub fn median(name: &str) -> Expr
Expand description

Find the median of all the values in the column named name. Shorthand for col(name).median().