Skip to content

Commit c163a54

Browse files
committed
Merge branch 'bug_issue16770' of github.com:ri938/pandas into bug_issue16770
2 parents 9ed80f0 + f86eb2d commit c163a54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.20.3.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Bug Fixes
4040
- Fixed issue with :meth:`DataFrame.style` where element id's were not unique (:issue:`16780`)
4141
- Fixed a pytest marker failing downstream packages' tests suites (:issue:`16680`)
4242
- Fixed compat with loading a ``DataFrame`` with a ``PeriodIndex``, from a ``format='fixed'`` HDFStore, in Python 3, that was written in Python 2 (:issue:`16781`)
43+
- Bug in reindexing on an empty ``CategoricalIndex`` (:issue:`16770`)
4344
- Fixed a bug in failing to compute rolling computations of a column-MultiIndexed ``DataFrame`` (:issue:`16789`, :issue:`16825`)
4445
- Bug in a DataFrame/Series with a ``TimedeltaIndex`` when slice indexing (:issue:`16637`)
4546

0 commit comments

Comments
 (0)