MCPcopy
hub / github.com/dask/dask / optimize

Function optimize

dask/dataframe/dask_expr/_collection.py:4866–4867  ·  view source on GitHub ↗
(collection, fuse=True)

Source from the content-addressed store, hash-verified

4864
4865
4866def optimize(collection, fuse=True):
4867 return new_collection(expr.optimize(collection.expr, fuse=fuse))
4868
4869
4870def from_pandas(data, npartitions=None, sort=True, chunksize=None):

Callers 15

test_io_fusionFunction · 0.90
test_io_cullingFunction · 0.90
test_simpleFunction · 0.90
test_persist_with_fusionFunction · 0.90
test_nameFunction · 0.90
test_explode_simplifyFunction · 0.90
test_tail_downFunction · 0.90
test_partitionsFunction · 0.90

Calls 2

new_collectionFunction · 0.90
optimizeMethod · 0.45

Tested by 14

test_io_fusionFunction · 0.72
test_io_cullingFunction · 0.72
test_simpleFunction · 0.72
test_persist_with_fusionFunction · 0.72
test_nameFunction · 0.72
test_explode_simplifyFunction · 0.72
test_tail_downFunction · 0.72
test_partitionsFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…