We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac3ab9 commit 4e45963Copy full SHA for 4e45963
doc/source/whatsnew/v0.20.0.txt
@@ -1725,4 +1725,3 @@ Other
1725
- Compat for 32-bit platforms for ``.qcut/cut``; bins will now be ``int64`` dtype (:issue:`14866`)
1726
- Bug in interactions with ``Qt`` when a ``QtApplication`` already exists (:issue:`14372`)
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`)
doc/source/whatsnew/v0.21.0.txt
@@ -116,6 +116,7 @@ Reshaping
116
117
Numeric
118
^^^^^^^
119
+- Bug in ``DataFrame.rank()`` and ``Series.rank()`` when ``method='dense'`` and ``pct=True`` (:issue:`15630`)
120
121
122
Categorical
0 commit comments