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_cataloginstead. It supports automatic resumption viaresume=True, which allows recovery from both interruptions and late-breaking errors in long-running computations.