-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: DataFrame.to_hdf segfault #10672
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
Comments
does the file exist in the first place? eg use mode='w' in the first case what version py tables? |
tables 3.2.0 the file is new originally, and then appending in the for loop. |
hmm couple of bugs in 3.2 ok we can out a test for this and see where it's happening |
|
looks like a chunk size issue in the PyTables side |
Just saw #10180 (comment) Not sure if its the same, getting on a plane so I can't check now. I'll try that fix posted there. |
Confirmed to be fixed in pytables 3.2.1 |
gr8! we might want to change install docs to recommend >= 3.0.0 and (but not 3.2) or maybe just >= 3.2.1 |
reoping to discuss whether to amend the thoughts? |
closed via 3e83459 |
This actually works when
N
is smaller, perhaps something with a pytables chunksizeThe text was updated successfully, but these errors were encountered: