MCPcopy Index your code
hub / github.com/dask/dask / persist

Method persist

dask/dataframe/dask_expr/_collection.py:464–466  ·  view source on GitHub ↗
(self, fuse=True, **kwargs)

Source from the content-addressed store, hash-verified

462 return np.array(self.compute())
463
464 def persist(self, fuse=True, **kwargs):
465 out = self.optimize(fuse=fuse)
466 return DaskMethodsMixin.persist(out, **kwargs)
467
468 def analyze(self, filename: str | None = None, format: str | None = None) -> None:
469 """Outputs statistics about every node in the expression.

Callers 6

test_persist_with_fusionFunction · 0.45
test_persistFunction · 0.45
test_persistFunction · 0.45
test_datasets_timeseriesFunction · 0.45

Calls 1

optimizeMethod · 0.95

Tested by 6

test_persist_with_fusionFunction · 0.36
test_persistFunction · 0.36
test_persistFunction · 0.36
test_datasets_timeseriesFunction · 0.36