Skip to content

Commit eaf1441

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

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
@@ -4821,7 +4821,7 @@ def apply(self, func, axis=0, broadcast=None, raw=False, reduce=None,
48214821
"""
48224822
Apply a function along an axis of the DataFrame.
48234823
4824-
Objects passed to the function are Series objects having as index
4824+
Objects passed to the function are Series objects whose index is
48254825
either the DataFrame's index (``axis=0``)
48264826
or the DataFrame's columns (``axis=1``).
48274827
If ``result_type is None``, the final return type is the return

0 commit comments

Comments
 (0)