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
Thanks for the question - as the discussion in the issue you mentioned indicates, 6.0 is not the desired output. If you have any feedback/suggestions, please feel welcome to mention them in the original issue rather than have discussions going on in two separate issues.
Greetings, Pandas devs! My question is about the behaviour of
mean()
for a Series of strings:From #34671 (comment), the result is
6
because:This feels like somewhat implicit behaviour that makes assumptions about how the mean is computed.
Would it be more desirable to throw here? Or perhaps return
1.5
instead?The text was updated successfully, but these errors were encountered: