Skip to content

Commit eb87db9

Browse files
TomAugspurgerjreback
authored andcommitted
DOC: whatsnews for style fixes
closes #12317
1 parent d24fb34 commit eb87db9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v0.18.0.txt

+2
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,8 @@ Bug Fixes
954954
- Bug in ``DataFrame.duplicated`` and ``drop_duplicates`` causing spurious matches when setting ``keep=False`` (:issue:`11864`)
955955
- Bug in ``.loc`` result with duplicated key may have ``Index`` with incorrect dtype (:issue:`11497`)
956956
- Bug in ``pd.rolling_median`` where memory allocation failed even with sufficient memory (:issue:`11696`)
957+
- Bug in ``DataFrame.style`` with spurious zeros (:issue:`12134`)
958+
- Bug in ``DataFrame.style`` with integer columns not starting at 0 (:issue:`12125`)
957959
- Bug in ``.style.bar`` may not rendered properly using specific browser (:issue:`11678`)
958960
- Bug in rich comparison of ``Timedelta`` with a ``numpy.array`` of ``Timedelta`` that caused an infinite recursion (:issue:`11835`)
959961
- Bug in ``DataFrame.round`` dropping column index name (:issue:`11986`)

0 commit comments

Comments
 (0)