File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -954,6 +954,8 @@ Bug Fixes
954
954
- Bug in ``DataFrame.duplicated`` and ``drop_duplicates`` causing spurious matches when setting ``keep=False`` (:issue:`11864`)
955
955
- Bug in ``.loc`` result with duplicated key may have ``Index`` with incorrect dtype (:issue:`11497`)
956
956
- 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`)
957
959
- Bug in ``.style.bar`` may not rendered properly using specific browser (:issue:`11678`)
958
960
- Bug in rich comparison of ``Timedelta`` with a ``numpy.array`` of ``Timedelta`` that caused an infinite recursion (:issue:`11835`)
959
961
- Bug in ``DataFrame.round`` dropping column index name (:issue:`11986`)
You can’t perform that action at this time.
0 commit comments