df.drop(cs.ends_with()) returning ColumnNotFoundError when columns exist in 1.4.0 (worked in 1.3.0) #18016
Closed
2 tasks done
Labels
accepted
Ready for implementation
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
regression
Issue introduced by a new release
Checks
Reproducible example
Log output
ColumnNotFoundError: "^.*(_right)$" not found
Issue description
version 1.4.0 is telling me it can't find a column that exists when I use cs.ends_with() the same code produces the expected result in 1.3.0
Expected behavior
in version 1.3.0 the same code resulted in the expected result of just the "foo" column
Installed versions
The text was updated successfully, but these errors were encountered: