MCPcopy
hub / github.com/dask/dask / simplify

Method simplify

dask/dataframe/dask_expr/_collection.py:556–557  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

554 return out.__dask_keys__()
555
556 def simplify(self):
557 return new_collection(self.expr.simplify())
558
559 def lower_once(self):
560 return new_collection(self.expr.lower_once({}))

Calls 1

new_collectionFunction · 0.90