Skip to content

Commit cf2f2d0

Browse files
author
mdeboc
committed
DOC: update the pandas.DataFrame.apply docstring
1 parent 51ad0cb commit cf2f2d0

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
@@ -4867,7 +4867,7 @@ def apply(self, func, axis=0, broadcast=None, raw=False, reduce=None,
48674867
If ``reduce is True`` a Series will always be returned, and if
48684868
``reduce is False`` a DataFrame will always be returned.
48694869
4870-
.. deprecated:: 0.23.0.
4870+
.. deprecated:: 0.23.0
48714871
This argument will be removed in a future version, replaced
48724872
by ``result_type='reduce'``.
48734873
@@ -4886,7 +4886,7 @@ def apply(self, func, axis=0, broadcast=None, raw=False, reduce=None,
48864886
of those. However if the apply function returns a Series these
48874887
are expanded to columns.
48884888
4889-
.. versionadded:: 0.23.0.
4889+
.. versionadded:: 0.23.0
48904890
48914891
args : tuple
48924892
Positional arguments to pass to `func` in addition to the

0 commit comments

Comments
 (0)