-
Notifications
You must be signed in to change notification settings - Fork 987
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
Rerun pandas 2E9 benchmark from dev #823
Comments
Related to #2. |
More than covered by https://h2oai.github.io/db-benchmark/ now running regularly comparing latest dev versions, including 2E9, thanks to @jangorecki. |
The issue asks precisely for 2E9 which was failing due to bug in pandas. In db-benchmark we don't test 2E9 size, maximum is 1E9, which for pandas is not available anyway due to memory constraints. So I would say this issue is still unresolved, as we want to test the bug fix from 2014.
|
Oops, I remember now. Yes agree. I'd say option A then. |
Jeff has pushed a fix to master to fix the memory allocation problem :
pandas-dev/pandas#8252
Over email he confirmed I need to change
randChar
andrandFloat
as well, but not the.reshape(3,-1).T,copy=False
or twonp.concatenate
calls i.e. the originalDataFrame()
call should work with the new dev version plus the changes torandChar
andrandFloat
.The text was updated successfully, but these errors were encountered: