-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Clip Could take Series/DataFrames #2657
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
Comments
I was also surprised, this morning, that
|
Isn't this a duplicate of #6966? I've just tested the second example and it does work. |
yep |
I was commenting on Pandas issues back in 2013 — five years ago? Wow, I've used Pandas for a long time! I'm happy to hear that clipping against series is now possible! |
I was a little surprised when clip would not take other pandas objects as parameters. I hacked a little something below, but for readability I thought I might suggest that this feature be added.
The text was updated successfully, but these errors were encountered: