Skip to content

Commit 55f25b3

Browse files
committed
doc
1 parent 869a69e commit 55f25b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/core/arrays/base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,8 +683,6 @@ def _reduce(self, name, skipna=True, **kwargs):
683683
name of the function, support values are:
684684
{any, all, min, max, sum, mean, median, prod,
685685
std, var, sem, kurt, skew}
686-
axis : int, default 0
687-
axis over which to apply, defined as 0 currently
688686
skipna : bool, default True
689687
if True, skip NaN values
690688
kwargs : dict

0 commit comments

Comments
 (0)