-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
DEPR: NDFrame.set_axis inplace defaults to false #27525 #27600
Conversation
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.
looks pretty good minor comments
In case anyone is looking for it I think you meant to reference #16994 (the OP just points to a documentation update) |
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.
Minor whatsnew quibbles but lgtm otherwise
Thanks for the review |
thanks @pilkibun |
cc @toobaz, you had some sentiments relating this to the ... Can we haz some docs now? |
You objected to "publicizing" Now that that's done, I hope you'll push for making a decision on |
OK, now I see where you're going. The defects of The API contains a lot of "official" methods to do a lot of different things. Please stop provoking. |
pandas/pandas/core/generic.py
Lines 594 to 598 in 76247c1
has been there since
#20164#16994 (issue was #14636), part of 0.21.0.With discussion of plans to deprecate similar functionality from set_index in #24046, it's time to make sure
set_axis
conforms to the rest of pandas in this.