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.
1 parent 413563e commit 6205f68Copy full SHA for 6205f68
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