Skip to content

Commit

Permalink
remove Axis parameters from docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-d-murphy committed Feb 1, 2024
1 parent ac766ed commit 514d8fc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pandas/core/groupby/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1051,8 +1051,6 @@ def idxmin(self, skipna: bool = True) -> Series:
Parameters
----------
axis : {0 or 'index'}
Unused. Parameter needed for compatibility with DataFrame.
skipna : bool, default True
Exclude NA/null values. If the entire Series is NA, the result
will be NA.
Expand Down Expand Up @@ -1109,8 +1107,6 @@ def idxmax(self, skipna: bool = True) -> Series:
Parameters
----------
axis : {0 or 'index'}
Unused. Parameter needed for compatibility with DataFrame.
skipna : bool, default True
Exclude NA/null values. If the entire Series is NA, the result
will be NA.
Expand Down

0 comments on commit 514d8fc

Please sign in to comment.