File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1725,4 +1725,3 @@ Other
1725
1725
- Compat for 32-bit platforms for ``.qcut/cut``; bins will now be ``int64`` dtype (:issue:`14866`)
1726
1726
- Bug in interactions with ``Qt`` when a ``QtApplication`` already exists (:issue:`14372`)
1727
1727
- Avoid use of ``np.finfo()`` during ``import pandas`` removed to mitigate deadlock on Python GIL misuse (:issue:`14641`)
1728
- - Bug in ``DataFrame.rank()`` and ``Series.rank()`` when ``method='dense'`` and ``pct=True`` (:issue:`15630`)
Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ Reshaping
116
116
117
117
Numeric
118
118
^^^^^^^
119
+ - Bug in ``DataFrame.rank()`` and ``Series.rank()`` when ``method='dense'`` and ``pct=True`` (:issue:`15630`)
119
120
120
121
121
122
Categorical
You can’t perform that action at this time.
0 commit comments