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 7fe0be6 commit 0a36488Copy full SHA for 0a36488
.github/workflows/isort-debug.yml
awswrangler/_utils.py
@@ -22,6 +22,7 @@
22
23
if TYPE_CHECKING or config.distributed:
24
import ray # pylint: disable=unused-import
25
+
26
from awswrangler.distributed._utils import _arrow_refs_to_df # pylint: disable=ungrouped-imports
27
28
_logger: logging.Logger = logging.getLogger(__name__)
awswrangler/distributed/_utils.py
@@ -4,12 +4,11 @@
4
5
import modin.pandas as pd
6
import pyarrow as pa
7
+import ray
8
from modin.distributed.dataframe.pandas.partitions import from_partitions
9
from ray.data.impl.arrow_block import ArrowBlockAccessor
10
from ray.data.impl.remote_fn import cached_remote_fn
11
-import ray
12
-
13
14
def _block_to_df(
15
block: Any,
0 commit comments