Function polars::prelude::when

source ·
pub fn when<E>(condition: E) -> When
where E: Into<Expr>,
Available on crate feature lazy only.
Expand description

Start a when-then-otherwise expression.