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
17251725- Compat for 32-bit platforms for ``.qcut/cut``; bins will now be ``int64`` dtype (:issue:`14866`)
17261726- Bug in interactions with ``Qt`` when a ``QtApplication`` already exists (:issue:`14372`)
17271727- 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
116116
117117Numeric
118118^^^^^^^
119+ - Bug in ``DataFrame.rank()`` and ``Series.rank()`` when ``method='dense'`` and ``pct=True`` (:issue:`15630`)
119120
120121
121122Categorical
You can’t perform that action at this time.
0 commit comments