MCPcopy
hub / github.com/dask/dask / ArrowStringConversion

Class ArrowStringConversion

dask/dataframe/dask_expr/_expr.py:1508–1513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Used in the wild real call sites across dependent graphs

searching dependent graphs…