Discussion:
[pytables-users] Pandas to_hdf now crashes using PyTables 3.2 when appending to hdf5 file created in PyTables 3.1.1
h***@gmail.com
2015-07-14 20:08:20 UTC
Permalink
I recently updated PyTables to version 3.2 in order to circumvent this bug:
https://github.com/PyTables/PyTables/issues/447



I am now able to read the data successfully, unfortunately I can no longer
append data to an HDF5 store that I need to work with. Specifically, Python
crashes whenever I attempt to append to this dataset. The append takes
place through pandas as:


append_df.to_hdf(fname, self.factors_cache_key, mode='a', format='table',
append=True, complib='zlib', complevel=1, min_itemsize={'curve': 120})



My hunch is this has to do with the necessary additions of the hdf5 and
zlib modules, but I am not sure at all. Below is a screenshot of the
PyTables update through Anaconda. Thanks you very much in advance.





Hamed
--
You received this message because you are subscribed to the Google Groups "pytables-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pytables-users+***@googlegroups.com.
To post to this group, send an email to pytables-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...