-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
REGR: Better warning in pivot_table when dropping nuisance columns #49615
REGR: Better warning in pivot_table when dropping nuisance columns #49615
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 good. Does this warrant a whatsnew?
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.
thx, this looks great.
I don't think we need a whatsnew here
Agreed @phofl - users are currently getting FutureWarnings, so really no behavior change. The change in message is just a bit easier to understand. |
Thanks @rhshadrach |
Oops, something went wrong applying the patch ... Please have a look at my logs. |
@mroeschke - I can take care of the backport, but meeseeks usually has very explicit output for doing so - did this get moved to somewhere else? |
its also not adding the manual backport label, something is off |
Don't think this should have changed. I'll try retriggering the backport |
@meeseeksdev backport 1.5.x |
Oops, something went wrong applying the patch ... Please have a look at my logs. |
@meeseeksdev say hi |
hi |
Thank you! |
@meeseeksdev backport 1.5.x |
Oops, something went wrong applying the patch ... Please have a look at my logs. |
…andas-dev#49615) * REGR: Better warning in pivot_table when dropping nuisance columns * type-hint fixups (cherry picked from commit ab89c53)
…andas-dev#49615) * REGR: Better warning in pivot_table when dropping nuisance columns * type-hint fixups
…andas-dev#49615) * REGR: Better warning in pivot_table when dropping nuisance columns * type-hint fixups
@meeseeksdev backport 1.5.x |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
…n dropping nuisance columns
looks like this was already backported manually in #49653 removing the 'still needs manual backport' then |
Ack - sorry for my bad bookkeeping @MarcoGorelli! |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.