Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pytables

What Is The Advantage Of Pytables?

I have recently started learning about PyTables and found it very interesting. My question is: Wha… Read more What Is The Advantage Of Pytables?

Hdfstore Start Stop Not Working

Is it clear what I am doing wrong? I'm experimenting with pandas HDFStore.select start and stop… Read more Hdfstore Start Stop Not Working

Pytables 2.3.1 With Python 2.5 On Windows: Error - Could Not Find A Local Hdf5 Installation

I'm trying to install PyTables 2.3.1 on Windows XP with Python 2.5. I'm getting the followi… Read more Pytables 2.3.1 With Python 2.5 On Windows: Error - Could Not Find A Local Hdf5 Installation

Typeerror: Read_hdf() Takes Exactly 2 Arguments (1 Given)

How to open a HDF5 file with pandas.read_hdf when the keys are not known? from pandas.io.pytables … Read more Typeerror: Read_hdf() Takes Exactly 2 Arguments (1 Given)

Reading .h5 File Is Extremely Slow

My data is stored in .h5 format. I use a data generator to fit the model and it is extremely slow. … Read more Reading .h5 File Is Extremely Slow

Concatenate Two Big Pandas.hdfstore Hdf5 Files

This question is somehow related to 'Concatenate a large number of HDF5 files'. I have seve… Read more Concatenate Two Big Pandas.hdfstore Hdf5 Files

How Should I Use The H5py Library For Storing Time Series Data?

I have some time series data that i previously stored as hdf5 files using pytables. I recently trie… Read more How Should I Use The H5py Library For Storing Time Series Data?

Using Pytables, Which Is More Efficient: Scipy.sparse Or Numpy Dense Matrix?

When using pytables, there's no support (as far as I can tell) for the scipy.sparse matrix form… Read more Using Pytables, Which Is More Efficient: Scipy.sparse Or Numpy Dense Matrix?