Skip to content

Incompatible functions with newer dask versions #587

@l-althueser

Description

@l-althueser

I was using da.to_dataframe() and similar functions with the newest dask version. da is throwing an error that new_dd_object is no longer part of the dask core. This is indeed True. I also tried to find a quick fix but it seems like dask did a major change on their end.

One can reproduce the issue by trying to do the import:

from dask.dataframe.core import new_dd_object

See dask_awkward\lib\io\io.py line 471.

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