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

[BUG-REPORT] why the same dataframe and same groupby(vaex.agg.list) operation, one got error and one got correct if i export to hdf5 and loaded it back #2408

Open
Yihao120 opened this issue Dec 29, 2023 · 0 comments

Comments

@Yihao120
Copy link

Yihao120 commented Dec 29, 2023

version 4.17.1

error

df.groupby(by=['a', 'b', 'c']).agg({'res1': vaex.agg.list('d')})
图片

correct

df.export_hdf5('tmp.hdf5')
df = vaex.open('tmp.hdf5')
df.groupby(by=['a', 'b', 'c']).agg({'res1': vaex.agg.list('d')})

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