BUG: Fix read of py3 PeriodIndex DataFrame HDF made in py2 (#16781) (… · rs2/pandas@a725fbf (original) (raw)

Original file line number Diff line number Diff line change
@@ -44,6 +44,7 @@ Bug Fixes
44 44 - Bug in a DataFrame/Series with a ``TimedeltaIndex`` when slice indexing (:issue:`16637`)
45 45 - Bug in reindexing on an empty ``CategoricalIndex`` (:issue:`16770`)
46 46 - Fixed a pytest marker failing downstream packages' tests suites (:issue:`16680`)
47 +- 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`)
47 48
48 49 Conversion
49 50 ^^^^^^^^^^