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

Class ArrowStringConversion

dask/dataframe/dask_expr/_expr.py:1505–1510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1503
1504
1505class ArrowStringConversion(Elemwise):
1506 _projection_passthrough = True
1507 _filter_passthrough = True
1508 _parameters = ["frame"]
1509 operation = staticmethod(to_pyarrow_string)
1510 _preserves_partitioning_information = True
1511
1512
1513class 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