pub fn isin(column: &Column, other: &Column) -> Column
Check if column values are in the given list (PySpark isin). Uses Polars is_in.