Skip to content

Commit 0d60638

Browse files
committed
fix
1 parent 066ba34 commit 0d60638

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/apply.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ def transform(self) -> DataFrame | Series:
235235
if not by_row:
236236
result = obj.apply(func, by_row=by_row, args=args, **kwargs)
237237
else:
238-
print(func, isinstance(func, np.ufunc))
239238
# func is either str or callable
240239
func = cast(AggFuncTypeBase, func)
241240
try:

0 commit comments

Comments
 (0)