-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DEPR update dedeprecation message for np.ptp #28665 #6581 #30401
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
Changes from 3 commits
da3c79a
d89d7f6
d9e955e
08a5f3e
3df0283
add3e23
b28bc3a
86c11c9
5d8d35f
c9ee01a
0610de5
f1e82ab
d8b649e
eeba706
0c19cd3
ab8343a
69d1c0a
8c0bb01
cc66afe
d9e9ac7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4390,7 +4390,7 @@ def to_period(self, freq=None, copy=True): | |
["index"], docs={"index": "The index (axis labels) of the Series."}, | ||
) | ||
Series._add_numeric_operations() | ||
Series._add_series_only_operations() | ||
# Series._add_series_only_operations() | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. delete. basically never leave commented-out code in a PR There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. actually made this commit to get some help on getting this future warning There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove the assert_produces_warning, since it shouldn't anymore. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it works but can someone please explain to me the reason behind it so that I learn |
||
Series._add_series_or_dataframe_operations() | ||
|
||
# Add arithmetic! | ||
|
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.
delete all of this
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.
done