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

Method to_delayed

dask/dataframe/dask_expr/_collection.py:4819–4820  ·  view source on GitHub ↗
(self, optimize_graph=True)

Source from the content-addressed store, hash-verified

4817 return pd.Series(self._meta).dtype
4818
4819 def to_delayed(self, optimize_graph=True):
4820 return super().to_delayed(optimize_graph=optimize_graph)[0]
4821
4822
4823def optimize(collection, fuse=True):

Callers 10

to_jsonFunction · 0.45
to_csvFunction · 0.45
to_sqlFunction · 0.45
test_optimize_and_notFunction · 0.45
test_dtype_backendFunction · 0.45
test_to_delayedFunction · 0.45
test_delayed_roundtripFunction · 0.45

Calls

no outgoing calls

Tested by 7

test_optimize_and_notFunction · 0.36
test_dtype_backendFunction · 0.36
test_to_delayedFunction · 0.36
test_delayed_roundtripFunction · 0.36