Top "Hdf5" questions

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

"Large data" work flows using pandas

I have tried to puzzle out an answer to this question for many months while learning pandas. I use SAS …

python mongodb pandas hdf5 large-data
How to read HDF5 files in Python

I am trying to read data from hdf5 file in Python. I can read the hdf5 file using h5py, …

python hdf5
install HDF5 and pytables in ubuntu

I am trying to install tables package in Ubuntu 14.04 but sems like it is complaining. I am trying to install …

python ubuntu-14.04 hdf5 pytables
How to deal with hdf5 files in R?

I have a file in hdf5 format. I know that it is supposed to be a matrix, but I want …

r hdf5
ImportError HDFStore requires PyTables No module named tables

import pandas as pd dfs = pd.HDFStore('xxxxx.h5') throws this error: "ImportError: HDFStore requires PyTables, "No module named …

python pandas hdf5
Pandas ParserError EOF character when reading multiple csv files to HDF5

Using Python3, Pandas 0.12 I'm trying to write multiple csv files (total size is 7.9 GB) to a HDF5 store to process …

python csv python-3.x pandas hdf5
Read HDF5 file into numpy array

I have the following code to read a hdf5 file as a numpy array: hf = h5py.File('path/to/…

python numpy hdf5 h5py
HDF5 file created with h5py can't be opened by h5py

I created an HDF5 file apparently without any problems, under Ubuntu 12.04 (32bit version), using Anaconda as Python distribution and writing …

python numpy io hdf5 h5py
which is faster for load: pickle or hdf5 in python

Given a 1.5 Gb list of pandas dataframes, which format is fastest for loading compressed data: pickle (via cPickle), hdf5, or …

python pandas numpy dataframe hdf5
numpy undefined symbol: PyFPE_jbuf

I am trying to use the One Million Song Dataset, for this i had to install python tables, numpy, cython, …

python linux numpy anaconda hdf5