Top "Pytables" questions

A Python library for working with extremely large hierarchical (HDF5) datasets.

Pandas HDF5 as a Database

I've been using python pandas for the last year and I'm really impressed by its performance and functionalities, however pandas …

python database pandas hdf5 pytables
Append data to existing pytables table

I am new to PyTables and implemented a few basic techniques of inserting and retrieving data from a table in …

python pytables
HDFStore.append(string, DataFrame) fails when string column contents are longer than those already there

I have a Pandas DataFrame stored via an HDFStore that essentially stores summary rows about test runs I am doing. …

python dataframe pandas hdf5 pytables