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

dask 2025.1.0 has new path to DataFrame class #849

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

prjemian
Copy link
Contributor

@prjemian prjemian commented Jan 17, 2025

Checklist

@prjemian prjemian requested a review from danielballan January 17, 2025 19:27
@prjemian prjemian self-assigned this Jan 17, 2025
@prjemian
Copy link
Contributor Author

More to this than just the path:

>       ddf = dask.dataframe.DataFrame(
            dask_tasks,
            name=name,
            meta=meta,
            divisions=(None,) * (1 + structure.npartitions),
        )
E       TypeError: FrameBase.__init__() got an unexpected keyword argument 'name'

@prjemian prjemian added bug Something isn't working help wanted Extra attention is needed labels Jan 17, 2025
@prjemian prjemian changed the title Latest dask version has new path to DataFrame class dask 2025.1.0 has new path to DataFrame class Jan 17, 2025
@danielballan danielballan mentioned this pull request Jan 17, 2025
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AttributeError: module 'dask.dataframe.core' has no attribute 'DataFrame'
1 participant