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
#46287 changes the implementation for SparseArray.unique, which raises for non-default fill_value. (Actually the original one in 1.4.3 is also not correct.)
GYHHAHA
changed the title
BUG: SparseArray.unique raises IndexError since wrong inner algo
BUG: SparseArray.unique fails to keep original elements order
Jul 21, 2022
Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Issue Description
#46287 changes the implementation for SparseArray.unique, which raises for non-default fill_value. (Actually the original one in 1.4.3 is also not correct.)
Expected Behavior
Installed Versions
The text was updated successfully, but these errors were encountered: