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

Matrix Multiplication Using Hdf5

I'm trying to multiplicate 2 big matrices with memory limit using hdf5 (pytables) but function … Read more Matrix Multiplication Using Hdf5

Argsort On A Pytables' Array

I have a problem with NumPy's argsort. It creates an int64 array of the length of the input arr… Read more Argsort On A Pytables' Array

Query Hdf5 In Pandas

I have following data (18,619,211 rows) stored as a pandas dataframe object in hdf5 file: … Read more Query Hdf5 In Pandas

What Is The Most Memory Efficient Way To Combine Read_sorted And Expr In Pytables?

I am looking for the most memory efficient way to combine reading a Pytables table (columns: x,y,z)… Read more What Is The Most Memory Efficient Way To Combine Read_sorted And Expr In 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 Create_array Fails To Save Numpy Array

Why does the snipped below give: 'TypeError: Array objects cannot currently deal with void, uni… Read more Pytables Create_array Fails To Save Numpy Array

How Can The Shape Of A Pytables Table Column Be Defined By A Variable?

I'm trying to create an IsDescription subclass, so that I can define the structure of a table I… Read more How Can The Shape Of A Pytables Table Column Be Defined By A Variable?