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

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?

Pandas Pytable: How To Specify Min_itemsize Of The Elements Of A Multiindex

I am storing a pandas dataframe as a pytable which contains a MultiIndex. The first level of the M… Read more Pandas Pytable: How To Specify Min_itemsize Of The Elements Of A Multiindex

Opening A Corrupted Pytables Hdf5 File

I am hoping for some help in opening a corrupted HDF5 file. I am accessing PyTables via Pandas, but… Read more Opening A Corrupted Pytables Hdf5 File

I Want To Convert Very Large Csv Data To Hdf5 In Python

I have a very large csv data. It looks like this. [Date, Firm name, value 1, value 2, ..., value 60… Read more I Want To Convert Very Large Csv Data To Hdf5 In Python

Pytables Duplicates 2.5 Giga Rows

I currently have a .h5 file, with a table in it consisting of three columns: a text columns of 64 c… Read more Pytables Duplicates 2.5 Giga Rows

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

Store Pandas Dataframe In Pytables Table Without Storing Index

In many DataFrame.to_foo functions I can specify that I don't want to write the index >>&… Read more Store Pandas Dataframe In Pytables Table Without Storing Index

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?

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

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?

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?

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