Open
Open
@rhshadrach

Description

I'd like to start gathering / discussing refactoring some of the naming within pandas.core.groupby. These are some initial ones that come to mind, I plan to expand this issue in the near future.

Issues:

  • (DEPR: pandas.core for groupby #55429 (comment)) generic.py has subclasses, whereas core.generic.py has the base class NDFrame.
  • result_index is only the result index for aggregations.
  • Is the 'b' capitalized in class names? DataFrameGroupBy vs ExpandingGroupby

Resolutions: