Skip to content

Commit ee6919e

Browse files
author
mdeboc
committed
DOC: update the pandas.DataFrame.apply docstring
1 parent c4da1ea commit ee6919e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/frame.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4859,9 +4859,9 @@ def apply(self, func, axis=0, broadcast=None, raw=False, reduce=None,
48594859
achieve much better performance.
48604860
reduce : bool or `None`, default `None`
48614861
Try to apply reduction procedures. If the DataFrame is empty,
4862-
:meth:`apply` will use `reduce` to determine whether the result
4862+
`apply` will use `reduce` to determine whether the result
48634863
should be a Series or a DataFrame. If ``reduce is None`` (the
4864-
default), :meth:`apply`'s return value will be guessed by calling
4864+
default), `apply`'s return value will be guessed by calling
48654865
`func` on an empty Series
48664866
(note: while guessing, exceptions raised by `func` will be
48674867
ignored).

0 commit comments

Comments
 (0)