You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thanks for bringing up the bug. I've confirmed that the issue is indeed present. It seems like the LIKE/ILIKE operators aren't working correctly with multiline strings in Polars. I've also checked the Python version and found the same problem. I've filed an issue for them here. We'll just have to wait for them to fix it.
In the sample
company.csv
in the repository, you have a header that looks like this:and lines such as this:
However, trying a
LIKE
on thedescription
column fails for some reason. For example:fails. I think it is because it has newlines
The text was updated successfully, but these errors were encountered: