Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessor Implementation #6

Open
dougbrn opened this issue May 9, 2024 · 1 comment
Open

Accessor Implementation #6

dougbrn opened this issue May 9, 2024 · 1 comment
Labels
enhancement New feature or request Nested-Pandas Add or wrap feature from Nested-Pandas question Further information is requested

Comments

@dougbrn
Copy link
Collaborator

dougbrn commented May 9, 2024

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().

@dougbrn dougbrn added enhancement New feature or request question Further information is requested labels May 9, 2024
@dougbrn dougbrn changed the title Implement Accessor Accessor Implementation May 9, 2024
@dougbrn
Copy link
Collaborator Author

dougbrn commented May 23, 2024

A small subset of the accessor api was implemented by #2

@dougbrn dougbrn added the Nested-Pandas Add or wrap feature from Nested-Pandas label Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Nested-Pandas Add or wrap feature from Nested-Pandas question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant