Skip to content

Commit 067e6c3

Browse files
committed
[26660] compare int with double by subtracting during describe percentiles formatting
1 parent 92d3c67 commit 067e6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.25.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Other Enhancements
9696
- :meth:`DataFrame.query` and :meth:`DataFrame.eval` now supports quoting column names with backticks to refer to names with spaces (:issue:`6508`)
9797
- :func:`merge_asof` now gives a more clear error message when merge keys are categoricals that are not equal (:issue:`26136`)
9898
- :meth:`pandas.core.window.Rolling` supports exponential (or Poisson) window type (:issue:`21303`)
99-
-
99+
- :meth:`DataFrame.describe` now formats integer percentiles without decimal point (:issue:`26660`)
100100

101101
.. _whatsnew_0250.api_breaking:
102102

0 commit comments

Comments
 (0)