Skip to content
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

DOC: Fix deprecation warnings in docs for groupby nuisance columns #47065

Merged
merged 2 commits into from
May 19, 2022

Conversation

rhshadrach
Copy link
Member

  • closes #xxxx (Replace xxxx with the Github issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

Follow up to #47025

@rhshadrach rhshadrach added Docs Groupby Deprecate Functionality to remove in pandas Nuisance Columns Identifying/Dropping nuisance columns in reductions, groupby.add, DataFrame.apply labels May 19, 2022
.. ipython:: python
:okwarning:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leaving this example in with an okwarning because it demonstrates the note above - I think this should be in the docs until the behavior is fully removed.

@rhshadrach rhshadrach added this to the 1.5 milestone May 19, 2022
@jreback jreback merged commit afcd780 into pandas-dev:main May 19, 2022
@jreback
Copy link
Contributor

jreback commented May 19, 2022

thanks @rhshadrach

@rhshadrach rhshadrach deleted the groupby_depr_docs branch May 20, 2022 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deprecate Functionality to remove in pandas Docs Groupby Nuisance Columns Identifying/Dropping nuisance columns in reductions, groupby.add, DataFrame.apply
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants