-
Notifications
You must be signed in to change notification settings - Fork 167
fix: Workaround for clip
with modin[pyarrow] and cudf backends
#2986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
clip
with modin[pyarrow] backendclip
with modin[pyarrow] and cudf backends
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @FBruzzesi!
The two suggestions I've left are dependent - but GH wouldn't let me use a single suggestion
narwhals/_pandas_like/series.py
Outdated
lower_bound: Self | NumericLiteral | TemporalLiteral | None, | ||
upper_bound: Self | NumericLiteral | TemporalLiteral | None, | ||
) -> Self: | ||
native = self.native |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to be done with the other suggestion, but out of range 😢
native = self.native |
What type of PR is this? (check all applicable)
Related issues
assert_series_equal
#2983 (comment)Checklist
If you have comments or can explain your changes, please do so below