is_in

Function is_in 

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