Skip to content

Commit 70c7ab1

Browse files
Bug description
1 parent 6871358 commit 70c7ab1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/whatsnew/v0.24.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Bug Fixes
5050

5151
**I/O**
5252

53-
-
53+
- Bug in :class:`HDFStore` that caused it to raise ``ValueError`` when reading a Dataframe in Python 3 from dataframe written in Python 2 (:issue:`24925`)
5454
-
5555
-
5656

pandas/tests/io/test_pytables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4553,7 +4553,7 @@ def test_legacy_table_fixed_format_read_py2(self, datapath):
45534553
assert_frame_equal(expected, result)
45544554

45554555
def test_legacy_table_read_py2(self, datapath):
4556-
# GH xxxxx
4556+
# issue: 24925
45574557
# legacy table written in Python 2
45584558
with ensure_clean_store(
45594559
datapath('io', 'data', 'legacy_hdf',

0 commit comments

Comments
 (0)