Skip to content

Commit 3794d19

Browse files
author
mdeboc
committed
DOC: update the pandas.DataFrame.apply docstring
1 parent eaf1441 commit 3794d19

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
@@ -4855,8 +4855,8 @@ def apply(self, func, axis=0, broadcast=None, raw=False, reduce=None,
48554855
function.
48564856
* `True` : the passed function will receive ndarray objects
48574857
instead.
4858-
If you are just applying a NumPy reduction function this will
4859-
achieve much better performance.
4858+
If you are just applying a NumPy reduction function this will
4859+
achieve much better performance.
48604860
reduce : bool or `None`, default `None`
48614861
Try to apply reduction procedures. If the `DataFrame` is empty,
48624862
:meth:`apply` will use reduce to determine whether the result

0 commit comments

Comments
 (0)