Skip to content

Commit 82cced6

Browse files
committed
pandas-dev#55753 Added the comments
1 parent 93e50f4 commit 82cced6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/apply.py

+1
Original file line numberDiff line numberDiff line change
@@ -1015,6 +1015,7 @@ def wrapper(*args, **kwargs):
10151015
# If we made the result 2-D, squeeze it back to 1-D
10161016
result = np.squeeze(result)
10171017
else:
1018+
#55753 Added the comments for this Fix
10181019
result = np.apply_along_axis(
10191020
wrap_function(self.func),
10201021
self.axis,

0 commit comments

Comments
 (0)