Top "Hdf5" questions

The Hierarchical Data Format (HDF5) is a binary file format designed to store large amount of numerical data.

Updating h5py Datasets

Does any one have an idea for updating hdf5 datasets from h5py? Assuming we create a dataset like: import …

python hdf5 h5py
How can I efficiently save a python pandas dataframe in hdf5 and open it as a dataframe in R?

I think the title covers the issue, but to elucidate: The pandas python package has a DataFrame data type for …

python r pandas data.table hdf5
Missing optional dependency 'tables'. In pandas to_hdf

following code is giving me error. import pandas as pd df = pd.DataFrame({'a' : [1,2,3]}) df.to_hdf('temp.h5', …

python pandas pip hdf5 pytables
shared library locations for matlab mex files:

I am trying to write a matlab mex function which uses libhdf5; My Linux install provides libhdf5-1.8 shared libraries …

gcc matlab mex hdf5 rpath
Convert HDF5 file to other formats

I am having a few big files sets of HDF5 files and I am looking for an efficient way of …

python hdf5 h5py
How convert this type of data <hdf5 object reference> to something more readable in the python?

I have quite big dataset. All information stored in the hdf5 format file. I found h5py library for python. …

python python-2.7 hdf5 h5py
Saving in a file an array or DataFrame together with other information

The statistical software Stata allows short text snippets to be saved within a dataset. This is accomplished either using notes …

python pandas numpy stata hdf5
Searching a HDF5 dataset

I'm currently exploring HDF5. I've read the interesting comments from the thread "Evaluating HDF5" and I understand that HDF5 is …

search hdf5
hdf5 / h5py ImportError: libhdf5.so.7

I'm working on a project involving network messaging queues (msgpack, zmq, ...) on a RHEL 6.3 (x86_64) system. I was installing the …

python importerror hdf5 h5py
HDF5 C++ interface: writing dynamic 2D arrays

I am using the HDF5 C++ API to write 2D array dataset files. The HDF Group has an example to …

c++ multidimensional-array dynamic-data hdf5