astronomy-commons / lsdb

Large Survey DataBase
https://lsdb.io
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

Catalog.to_dask_dataframe #371

Open hombit opened 4 months ago

hombit commented 4 months ago

Feature request

Implement Catalog.to_dask_dataframe() which would return self._ddf.copy().

Before submitting Please check the following:

delucchi-cmu commented 2 months ago

Is this still relevant / the same with changes to nested-*?

hombit commented 2 months ago

The method name may differ, but we still need to provide a "safe" interface for casting catalogs to (nested) Dask dataframes. This would give users access to the (nested) dataframe functionality not wrapped by the Catalog class.