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
I'm suggesting we should deprecated so that it does show a warning.
# if numeric_only is None, and we can't get anything, we try with
# numeric_only=True
if numeric_only is None:
try:
return ranker(self)
except TypeError:
numeric_only = True
We've deprecated it in DataFrame and groupby reductions, would be nice to get it here too.
The text was updated successfully, but these errors were encountered: