Function polars::prelude::arg_where

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

Get the indices where condition evaluates true.