You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if the apply func argument is not a ufunc, apply acts like map with a lambda - the result is a series of values,
for an empty series you get an empty series of results.
I would expect the sum of [] to be giving me 0 as numpy would:
but it appears apply cannot handle a lambda with a sum within if its logical selection evaluates to a empty series.
The text was updated successfully, but these errors were encountered: