Can't filter Series with NumPy arrays #14154
Labels
A-input-parsing
Area: parsing input arguments
A-interop-numpy
Area: interoperability with NumPy
bug
Something isn't working
P-low
Priority: low
python
Related to Python Polars
Checks
Reproducible example
Log output
No response
Issue description
Filtering a Series with a NumPy array gives an error, even though it works with a list and a Series. DataFrames work in all three cases:
Expected behavior
Filtering with NumPy arrays should work for Series like it works for DataFrames.
Installed versions
The text was updated successfully, but these errors were encountered: