Top "H5py" questions

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

Combining hdf5 files

I have a number of hdf5 files, each of which have a single dataset. The datasets are too large to …

python hdf5 h5py
Deleting hdf5 dataset using h5py

Is there any way to remove a dataset from an hdf5 file, preferably using h5py? Or alternatively, is it …

python dataset hdf5 h5py
Storing a list of strings to a HDF5 Dataset from Python

I am trying to store a variable length list of string to a HDF5 Dataset. The code for this is …

python hdf5 h5py
Incremental writes to hdf5 with h5py

I have got a question about how best to write to hdf5 files with python / h5py. I have data …

python hdf5 h5py
Error importing h5py

I've been trying to import h5py to read this type of file. Here is my code: import h5py …

python h5py
how to export HDF5 file to NumPy using H5PY?

I have an existing hdf5 file with three arrays, i want to extract one of the arrays using h5py.

python numpy hdf5 h5py
Close an open h5py data file

In our lab we store our data in hdf5 files trough the python package h5py. At the beginning of …

python ipython hdf5 h5py
Check if node exists in h5py

I am wondering if there is a simple way to check if a node exists within an HDF5 file using …

python h5py
Pandas can't read hdf5 file created with h5py

I get pandas error when I try to read HDF5 format files that I have created with h5py. I …

python pandas hdf5 h5py