Open hombit opened 4 months ago
Is this still relevant / the same with changes to nested-*?
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.
Feature request
Implement
Catalog.to_dask_dataframe()
which would returnself._ddf.copy()
.Before submitting Please check the following: