compute

compute#

Catalog.compute(progress_bar=True, tqdm_kwargs=None) NestedFrame#

Compute dask distributed dataframe to pandas dataframe.

Note:

This method materializes the computation result in memory. If the computation is expected to be time- or memory-intensive, we recommend using Catalog.write_catalog instead. It supports automatic resumption via resume=True, which allows recovery from both interruptions and late-breaking errors in long-running computations.