Skip to content

DEPR: Unnecessary kwargs in groupby ops #50407

Open
@rhshadrach

Description

@rhshadrach

Some groupby ops have args and/or kwargs unnecessarily.

  • cummax
  • cummin
  • cumsum
  • cumprod
  • take
  • skew

These should be deprecated. For the cum* methods, the kwargs that are used should be added to the function signature (e.g. skipna).

Metadata

Metadata

Assignees

No one assigned

    Labels

    DeprecateFunctionality to remove in pandasGroupby

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions