We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6fdc13 commit cb681beCopy full SHA for cb681be
pandas/core/generic.py
@@ -10541,13 +10541,14 @@ def _doc_parms(cls):
10541
skipna : bool, default True
10542
Exclude NA/null values. If an entire row/column is NA, the result
10543
will be NA.
10544
-*args, **kwargs :
+*args, **kwargs
10545
Additional keywords have no effect but might be accepted for
10546
compatibility with NumPy.
10547
10548
Returns
10549
-------
10550
%(name1)s or %(name2)s
10551
+ Return cumulative %(desc)s of %(name1)s or %(name2)s.
10552
10553
See Also
10554
--------
0 commit comments