Skip to content

REF: groupby internal names #55551

Open
Open
@rhshadrach

Description

@rhshadrach

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

No one assigned

    Labels

    GroupbyNeeds DiscussionRequires discussion from core team before further actionRefactorInternal refactoring of code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions