Re: [Pytables-users] add metadata or physical dimensions

2013-05-02 Thread Anthony Scopatz
Hello Tim, PyTables simply calls HDF5 attributes "attrs". See [1] for more info. Be Well Anthony 1. http://pytables.github.io/usersguide/libref.html?highlight=attrs#the-attributeset-class On Thu, May 2, 2013 at 5:13 AM, Tim Michelsen wrote: > Hello, > I woudl like to add the following to my

[Pytables-users] ANN: Blosc 1.2.1 (final) released

2013-05-02 Thread Francesc Alted
=== Announcing Blosc 1.2.1 A blocking, shuffling and lossless compression library === What is new? The most important features for this release are support for

[Pytables-users] add metadata or physical dimensions

2013-05-02 Thread Tim Michelsen
Hello, I woudl like to add the following to my hdf5 archives: * physical dimensions * metadata with a not on how the data in the Table or Group I found one example for h5py [1]. Is there a similar method for pytables which is the preferred connector by pandas? I woudl be happy to receive a point