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 12eb93c commit 154a534Copy full SHA for 154a534
tests/nested_pandas/nestedframe/test_io.py
@@ -10,9 +10,6 @@
10
import pyarrow.fs
11
import pyarrow.parquet as pq
12
import pytest
13
-from pandas.testing import assert_frame_equal
14
-from upath import UPath
15
-
16
from nested_pandas import NestedFrame, read_parquet
17
from nested_pandas.datasets import generate_data
18
from nested_pandas.nestedframe.io import (
@@ -21,6 +18,8 @@
21
_transform_read_parquet_data_arg,
22
19
from_pyarrow,
23
20
)
+from pandas.testing import assert_frame_equal
+from upath import UPath
24
25
26
def test_read_parquet():
0 commit comments