index_of() with Series of length 1 and dtype Array doesn't work #21100
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
Log output
Issue description
In this one edge case,
index_of()
falls back tosearch_sorted()
which then doesn't work.Expected behavior
The example should return 0.
Installed versions
The text was updated successfully, but these errors were encountered: