Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add __array_ufunc__ to Series / Array #23293
Add __array_ufunc__ to Series / Array #23293
Changes from all commits
2fffac3
c5a4664
dd332a4
71c058e
a0d11d9
4cfeb9b
607f8a6
c4fcae7
65dea1b
134df14
5239b70
3d91885
429f15c
41f4158
0d6a663
8f46391
44e3c7e
e179913
27208c1
0b1e745
9be1dff
775c2ef
4d7f249
0b359d7
bbbf269
64d8908
d1788b0
ef5d508
fe0ee4e
971e347
95e8aef
7bfd584
06e5739
feee015
3702b9b
a0f84ed
d83fe7a
edad466
e4ae8dc
db60f6c
a9bd6ef
1a8b807
0b0466d
1f67866
d3089bd
6e770e8
15a3fb1
b5e7f45
4f4bd93
5dbff49
b623be2
2237233
5b5c547
10bc2cc
5380b77
9f4d110
6c15ee7
ab48bd8
30fced8
7486d26
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Should there be a general item for
Series.__array_ufunc__
being added? Although, in principle it should not change any behaviour, as we already supported ufuncs?