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
current Series.sort defaults to kind='quicksort' prob because np.sort does.
but Series.order defaults to mergesort (and this is present in DataFrame.sort) as well.
proposal is to make Series.order default to quicksort for some conformity
any objections?
The text was updated successfully, but these errors were encountered:
current
Series.sort
defaults tokind='quicksort'
prob becausenp.sort
does.but
Series.order
defaults tomergesort
(and this is present in DataFrame.sort) as well.proposal is to make
Series.order
default to quicksort for some conformityany objections?
The text was updated successfully, but these errors were encountered: