MCPcopy Create free account
hub / github.com/dask/dask / ArrowStringConversion

Class ArrowStringConversion

dask/dataframe/dask_expr/_expr.py:1509–1514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1507
1508
1509class ArrowStringConversion(Elemwise):
1510 _projection_passthrough = True
1511 _filter_passthrough = True
1512 _parameters = ["frame"]
1513 operation = staticmethod(to_pyarrow_string)
1514 _preserves_partitioning_information = True
1515
1516
1517class Between(Elemwise):

Callers 3

timeseriesFunction · 0.90
from_delayedFunction · 0.90
from_dask_arrayFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected