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

map_partitions doesn't work with Scalars #782

Open
phofl opened this issue Jan 19, 2024 · 0 comments
Open

map_partitions doesn't work with Scalars #782

phofl opened this issue Jan 19, 2024 · 0 comments
Milestone

Comments

@phofl
Copy link
Collaborator

phofl commented Jan 19, 2024

dask/dask works here, not sure how important this is though.

reproducer:

import pandas as pd

pdf = pd.DataFrame({"a": [1, 2]})
df = from_pandas(npartitions=2)

map_partitions(lambda x: x, df.a.sum())
@phofl phofl added this to the TODO Features milestone Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant