Skip to content

Commit 6699080

Browse files
committed
doc
1 parent 6774791 commit 6699080

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
@@ -688,8 +688,6 @@ def _reduce(self, name, skipna=True, **kwargs):
688688
name of the function, support values are:
689689
{any, all, min, max, sum, mean, median, prod,
690690
std, var, sem, kurt, skew}
691-
axis : int, default 0
692-
axis over which to apply, defined as 0 currently
693691
skipna : bool, default True
694692
if True, skip NaN values
695693
kwargs : dict

0 commit comments

Comments
 (0)