You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nobody asked me. I read the files this pull request changes and found three conventions the project has settled before, each linked to where it was settled.
Raised because it changes pandas/core/groupby/groupby.py.
This helps maintain consistency and clarity in documentation across the project.
Always include a whatsnew entry in the appropriate file for any bug fixes or new features.
Established in pandas-dev/pandas#64119 and #61985.
Raised because it changes doc/source/whatsnew/v3.0.0.rst.
This helps keep the documentation up to date and informs users of changes.
Use the code-block directive for demonstrating old behavior and the ipython directive for newly introduced behavior in the whatsnew files.
Established in pandas-dev/pandas#63310 and #50626.
Raised because it changes doc/source/whatsnew/v3.0.0.rst.
This approach helps maintain clarity and accuracy in documenting changes across different versions of pandas.
If this is wrong or out of date, a maintainer can say so: reply @precedent <the convention as it actually is> and I will hold the correction from then on.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
No description provided.