COMPAT: safe argsort in Index/Series #17010
Labels
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
Bug
Closing Candidate
May be closeable, needs more eyeballs
These can both be fixed by falling back to using
.get_indexer()
if these fail (.argsort
is faster and handles duplicates for object dtypes, so the default is good).The text was updated successfully, but these errors were encountered: