We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d44a36 + 3143f44 commit 52a1fe6Copy full SHA for 52a1fe6
pandas/tests/io/pytables/test_store.py
@@ -971,8 +971,8 @@ def test_pickle_path_localpath():
971
def test_path_localpath_hdfstore():
972
df = DataFrame(
973
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),
+ columns=Index(list("ABCD")),
+ index=Index([f"i-{i}" for i in range(30)]),
976
)
977
978
def writer(path):
0 commit comments