bottleneck icon indicating copy to clipboard operation
bottleneck copied to clipboard

[ENHANCEMENT] move_rank is twice as slow as pandas.rolling.rank

Open kaixiongg opened this issue 6 months ago • 0 comments

Since the release of Pandas version 1.5.0, the rolling function in Pandas has become significantly faster. Is there a more efficient algorithm available for implementing move_rank?

kaixiongg avatar Dec 13 '23 03:12 kaixiongg