DOC: Add SeriesGroupBy and DataFrameGroupBy reference pages #48500
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.
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.I grepped py / rst files for any references to
GroupBy.
:grep results
pandas/core/sample.py
pandas/core/resample.py
pandas/core/apply.py
pandas/core/groupby/grouper.py
pandas/core/groupby/groupby.py
pandas/core/groupby/indexing.py
pandas/tests/plotting/test_groupby.py
pandas/tests/groupby/test_indexing.py
pandas/tests/groupby/test_pipe.py
doc/source/whatsnew/v1.0.1.rst
doc/source/whatsnew/v0.18.0.rst
doc/source/whatsnew/v0.25.2.rst
doc/source/whatsnew/v1.0.4.rst
doc/source/whatsnew/v0.21.0.rst
doc/source/whatsnew/v0.14.0.rst
doc/source/whatsnew/v1.4.0.rst
doc/source/whatsnew/v0.20.0.rst
doc/source/whatsnew/v1.3.3.rst
doc/source/whatsnew/v1.5.0.rst
doc/source/whatsnew/v0.24.2.rst
doc/source/whatsnew/v1.1.5.rst
doc/source/whatsnew/v1.2.1.rst
doc/source/whatsnew/v0.16.1.rst
doc/source/whatsnew/v1.1.4.rst
doc/source/whatsnew/v0.16.2.rst
doc/source/whatsnew/v0.20.2.rst
doc/source/whatsnew/v0.23.1.rst
doc/source/whatsnew/v1.3.0.rst
doc/source/whatsnew/v1.0.0.rst
doc/source/whatsnew/v0.25.0.rst
doc/source/whatsnew/v0.24.0.rst
doc/source/whatsnew/v1.1.0.rst
doc/source/whatsnew/v0.25.1.rst
doc/source/whatsnew/v1.3.5.rst
doc/source/whatsnew/v1.3.4.rst
doc/source/whatsnew/v1.6.0.rst
doc/source/whatsnew/v0.23.0.rst
doc/source/whatsnew/v1.2.0.rst
doc/source/whatsnew/v0.14.1.rst
doc/source/whatsnew/v0.15.0.rst
doc/source/whatsnew/v0.18.1.rst
doc/source/whatsnew/v1.0.2.rst
Looking through the py files, all remaining references are internal. This only leaves what to do with the whatsnew files. I could
Any thoughts @mroeschke?