Accessor Implementation #6
Labels
enhancement
New feature or request
Nested-Pandas
Add or wrap feature from Nested-Pandas
question
Further information is requested
How we approach the accessor is a bit unclear. The extension array object itself is eagerly generated, so the accessor at the dask level will need to preserve some level of laziness in it's data representation transformations. The scope may be more focused to operations that return new dataframe-like views of the data, like: to_lists(), to_flat().
The text was updated successfully, but these errors were encountered: