Skip to content

Commit 3e763c4

Browse files
committed
comments
1 parent 08f5830 commit 3e763c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/arrays/base.py

+1
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,7 @@ def _reduce(self, name, skipna=True, **kwargs):
692692
if True, skip NaN values
693693
kwargs : dict
694694
Additional keyword arguments passed to the reduction function
695+
ddof is the only supported kwarg
695696
696697
Returns
697698
-------

0 commit comments

Comments
 (0)