CLN: enforce the deprecation of the Series.argsort
NA behavior by natmokval · Pull Request #58232 · pandas-dev/pandas (original) (raw)
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on the
TODO
comment, it appears this should dispatch toself.array.argsort
sorry, it’s my mistake, I dispatched Series.argsort
to EA.argsort
.
Also could you see if it closes those associated issues referenced in the comment?
Yes, it will close issues referenced in the comment.
@mroeschke could you please take a look at this PR? I think CI failures are unrelated to my changes.