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 b842245 commit 512b243Copy full SHA for 512b243
pandas/tests/io/pytables/test_read.py
@@ -320,7 +320,7 @@ def test_read_infer_string(tmp_path, setup_path):
320
321
322
def test_hdfstore_read_datetime64_unit_s(tmp_path, setup_path):
323
- # Fix issue 59004: HDFStore doesn't save datetime64[s] right
+ # GH 59004
324
df_s = DataFrame(["2001-01-01", "2002-02-02"], dtype="datetime64[s]")
325
path = tmp_path / setup_path
326
with HDFStore(path, mode="w") as store:
0 commit comments