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

Method persist

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

Source from the content-addressed store, hash-verified

456 return np.array(self.compute())
457
458 def persist(self, fuse=True, **kwargs):
459 out = self.optimize(fuse=fuse)
460 return DaskMethodsMixin.persist(out, **kwargs)
461
462 def analyze(self, filename: str | None = None, format: str | None = None) -> None:
463 """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