Skip to content

Commit d757960

Browse files
author
mdeboc
committed
DOC: update the pandas.DataFrame.apply docstring
1 parent 037c729 commit d757960

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pandas/core/frame.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4903,6 +4903,12 @@ def apply(self, func, axis=0, broadcast=None, raw=False, reduce=None,
49034903
side-effects, as they will take effect twice for the first
49044904
column/row.
49054905
4906+
See also
4907+
--------
4908+
DataFrame.applymap: For elementwise operations
4909+
DataFrame.aggregate: only perform aggregating type operations
4910+
DataFrame.transform: only perform transformating type operations
4911+
49064912
Examples
49074913
--------
49084914
@@ -4973,12 +4979,6 @@ def apply(self, func, axis=0, broadcast=None, raw=False, reduce=None,
49734979
1 1 2
49744980
2 1 2
49754981
4976-
See also
4977-
--------
4978-
DataFrame.applymap: For elementwise operations
4979-
DataFrame.aggregate: only perform aggregating type operations
4980-
DataFrame.transform: only perform transformating type operations
4981-
49824982
Returns
49834983
-------
49844984
applied : Series or DataFrame

0 commit comments

Comments
 (0)