-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Open
Labels
GroupbyNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further actionRefactorInternal refactoring of codeInternal refactoring of code
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:
Metadata
Metadata
Assignees
Labels
GroupbyNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further actionRefactorInternal refactoring of codeInternal refactoring of code