Skip to content

Adding a to_chunks method to Dask Collections #3274

@jakirkham

Description

@jakirkham

Would be nice if Dask Collections implemented a to_chunks method (or other name) that amounted to creating a list containing each chunk wrapped up as a Dask Collection. As an example a Dask Array would be turned into a list of Dask Arrays (one for each chunk). A nice option to include with some of these methods would be to add in the selection (or similar) required to get that chunk from the whole. Returning to the Dask Array case, this would be the slicing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions