Top "H5py" questions

h5py is a NumPy-compatible Python module for handling The Hierarchical Data Format (HDF5) files.

h5py gives error after installation

Possible Duplicate: Installing h5py on OS X I am trying to get h5py to work on my OS …

python compilation hdf5 h5py
Converting a dataset into an HDF5 dataset

I have a dataset that I would like to convert to an HDF5 format. It is a dataset from NOAA. …

python hdf5 pytables h5py
Experience with using h5py to do analytical work on big data in Python?

I do a lot of statistical work and use Python as my main language. Some of the data sets I …

python scipy sas hdf5 h5py
How to write hdf5 files without overwriting?

Sorry if this is a very basic question on h5py. I was reading the documentation, but I didn't find …

python h5py
compressed files bigger in h5py

I'm using h5py to save numpy arrays in HDF5 format from python. Recently, I tried to apply compression and …

python numpy compression hdf5 h5py
How do I traverse a hdf5 file using h5py

How do I traverse all the groups and datasets of an hdf5 file using h5py? I want to retrieve …

h5py
Opening already opened hdf5 file in write mode, using h5py

I run the same Python program concurrently as different processes, and these all want to write to the same hdf5 …

python multiprocessing hdf5 h5py file-writing
H5py store list of list of strings

Is there a possibility in h5py to create a dataset which consists of lists of strings. I tried to …

python hdf5 h5py