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 7c646a6 commit 08d4b91Copy full SHA for 08d4b91
pandas/tests/io/pytables/test_complex.py
@@ -2,18 +2,15 @@
2
import pytest
3
4
import pandas as pd
5
+import pandas._testing as tm
6
from pandas import (
7
DataFrame,
- Series,
8
-)
9
-import pandas._testing as tm
10
-from pandas.io.pytables import (
11
HDFStore,
+ Series,
12
read_hdf,
13
)
14
15
16
-
17
def test_complex_fixed(tmp_path, setup_path):
18
df = DataFrame(
19
np.random.default_rng(2).random((4, 5)).astype(np.complex64),
0 commit comments