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

Method simplify

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

Source from the content-addressed store, hash-verified

548 return out.__dask_keys__()
549
550 def simplify(self):
551 return new_collection(self.expr.simplify())
552
553 def lower_once(self):
554 return new_collection(self.expr.lower_once({}))

Calls 1

new_collectionFunction · 0.90