Skip to content

Commit c4da1ea

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

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
@@ -4882,7 +4882,7 @@ def apply(self, func, axis=0, broadcast=None, raw=False, reduce=None,
48824882
of the DataFrame, the original index and columns will be
48834883
retained.
48844884
4885-
The default behaviour (`None`) depends on the return value of the
4885+
The default behaviour `None` depends on the return value of the
48864886
applied function: list-like results will be returned as a Series
48874887
of those. However if the apply function returns a Series these
48884888
are expanded to columns.

0 commit comments

Comments
 (0)