Skip to content

Commit 52a1fe6

Browse files
committed
Merge branch '2.3.x' of https://github.com/pandas-dev/pandas into 2.3.x
2 parents 2d44a36 + 3143f44 commit 52a1fe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/io/pytables/test_store.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -971,8 +971,8 @@ def test_pickle_path_localpath():
971971
def test_path_localpath_hdfstore():
972972
df = DataFrame(
973973
1.1 * np.arange(120).reshape((30, 4)),
974-
columns=Index(list("ABCD"), dtype=object),
975-
index=Index([f"i-{i}" for i in range(30)], dtype=object),
974+
columns=Index(list("ABCD")),
975+
index=Index([f"i-{i}" for i in range(30)]),
976976
)
977977

978978
def writer(path):

0 commit comments

Comments
 (0)