Skip to content

Commit 037c729

Browse files
author
mdeboc
committed
DOC: update the pandas.DataFrame.apply docstring
1 parent dfa0f55 commit 037c729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4856,7 +4856,7 @@ def apply(self, func, axis=0, broadcast=None, raw=False, reduce=None,
48564856
instead.
48574857
If you are just applying a NumPy reduction function this will
48584858
achieve much better performance.
4859-
reduce : bool or `None`, default `None`
4859+
reduce : bool or None, default None
48604860
Try to apply reduction procedures. If the DataFrame is empty,
48614861
`apply` will use `reduce` to determine whether the result
48624862
should be a Series or a DataFrame. If ``reduce=None`` (the

0 commit comments

Comments
 (0)