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
Is your feature request related to a problem? Please describe.
Today on branch-25.08, we lack support for polars.Expr.str.strip_suffix. Running the example from the docs yields:
NotImplementedError: String function <Name.StripSuffix: 37>
Describe the solution you'd like
I'd like the above code to be able to execute using the polars GPU backend. This is slightly different than what is offered by cudf::strings::strip in that it will only strip the provided characters if they appear in the passed order. As such there doesn't appear to be a direct libcudf equivalent today.
Is your feature request related to a problem? Please describe.
Today on
branch-25.08
, we lack support for polars.Expr.str.strip_suffix. Running the example from the docs yields:Describe the solution you'd like
I'd like the above code to be able to execute using the polars GPU backend. This is slightly different than what is offered by
cudf::strings::strip
in that it will only strip the provided characters if they appear in the passed order. As such there doesn't appear to be a directlibcudf
equivalent today.Describe alternatives you've considered
N/A
Additional context
#16480
The text was updated successfully, but these errors were encountered: