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).