Function polars::prelude::is_in

source ·
pub fn is_in(
    s: &Series,
    other: &Series
) -> Result<ChunkedArray<BooleanType>, PolarsError>
Available on crate feature polars-ops only.