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
Many NumPy functions rely on the arguments and the in-place sorting behavior. I agree it makes sense to pass them through to order. For example if you wanted a stable sort, quicksort isn't going to do it for you. argsort has the same issue
Is this desired? Is Series.sort needed when we have Series.order?
The text was updated successfully, but these errors were encountered: