Function polars::prelude::median

source ·
pub fn median(name: &str) -> Expr
Available on crate feature lazy only.
Expand description

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