Skip to content

Commit 0c80cbf

Browse files
committed
comments
1 parent 30178ea commit 0c80cbf

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
@@ -687,6 +687,7 @@ def _reduce(self, name, skipna=True, **kwargs):
687687
if True, skip NaN values
688688
kwargs : dict
689689
Additional keyword arguments passed to the reduction function
690+
ddof is the only supported kwarg
690691
691692
Returns
692693
-------

0 commit comments

Comments
 (0)