BUG: groupby.rank with non-unique index groupers #16577
Labels
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
good first issue
Groupby
Needs Tests
Unit test(s) needed to prevent regressions
Milestone
groupby-with-rank and non-unique groupers, which include nan, raise
an odd error (the 2nd one), in reality this cannot reindex properly (which is really the error).
but works when this is a column (and not an index)
The text was updated successfully, but these errors were encountered: