to_dask_dataframe

to_dask_dataframe#

Catalog.to_dask_dataframe(divisions=True)#

Converts to a Dask DataFrame

Parameters:
divisionsbool or list, default True

Whether to set the divisions of the Dask DataFrame to the HEALPix pixels. If True, will set divisions to the HEALPix pixels. If False, will not set divisions.