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

Class FinalizeComputeDF

dask/dataframe/dask_expr/_expr.py:516–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514
515
516class FinalizeComputeDF(FinalizeCompute, Expr):
517 _parameters = ["frame"]
518
519 def _simplify_down(self):
520 from dask.dataframe.dask_expr._repartition import Repartition
521
522 return Repartition(self.frame, 1)
523
524
525class Literal(Expr):

Callers 1

finalize_computeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected