Skip to content

Commit 2067c1a

Browse files
author
Daniel Saxton
committed
Fix merge
1 parent 9d6ae49 commit 2067c1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/apply.py

-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ def apply_empty_result(self):
206206
if not should_reduce:
207207
try:
208208
r = self.f(Series([]))
209-
should_reduce = not isinstance(r, Series)
210209
except Exception:
211210
pass
212211
else:

0 commit comments

Comments
 (0)