vaexio / vaex

Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀
https://vaex.io
MIT License
8.27k stars 590 forks source link

[BUG-REPORT] groupby data with wrong code -1073740791 #2264

Open Fanstyone opened 1 year ago

Fanstyone commented 1 year ago

I have a 200mb hdf5 file, when i execute this code "result = data.groupby(by='seller_nick').agg({'num': 'sum'})", then get traceback is "Process finished with exit code -1073740791 (0xC0000409)", am i something wrong?

JovanVeljanoski commented 1 year ago

Can you provide more info please.. what we ask when opening a new issue. Otherwise we can't help.