zcollection.dataset.Dataset.persist#

Dataset.persist(*, compress=False, **kwargs)[source]#

Persist the dataset variables.

Parameters:
  • compress (bool) – If true, compress the data loaded into memory.

  • **kwargs – Additional parameters are passed to the function dask.array.Array.persist().

Returns:

The dataset with the variables persisted into memory.

Return type:

Dataset