We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef3637 commit f625730Copy full SHA for f625730
pandas/core/frame.py
@@ -6729,14 +6729,6 @@ def apply(
6729
DataFrame.aggregate: Only perform aggregating type operations.
6730
DataFrame.transform: Only perform transforming type operations.
6731
6732
- Notes
6733
- -----
6734
- In the current implementation apply calls `func` twice on the
6735
- first column/row to decide whether it can take a fast or slow
6736
- code path. This can lead to unexpected behavior if `func` has
6737
- side-effects, as they will take effect twice for the first
6738
- column/row.
6739
-
6740
Examples
6741
--------
6742
0 commit comments