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

Method simplify

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

Source from the content-addressed store, hash-verified

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

Calls 1

new_collectionFunction · 0.90