[Pytables-users] Possible bug in ptrepack tool

2012-05-18 Thread nikola stevanovic
*Hi,* Couple days ago, I make some experiments with pytables. I was curious about reading and writing speed for my future project. So, I decided make some tests. In my hdf5 files I have only one table named *Table_1*. I started tests with one million rows and after that keep continue testing with

[Pytables-users] iterate over specific Tables

2012-05-18 Thread Uwe Mayer
Hi, I have several leaf nodes of the same table dtype: class VideoNode(tables.IsDescription): ... Not all tables in the hdf5 file are of the same type, however. How do I iterate over all leafes which are tables of the above class, while ignoring tables with different signatures? i.e. I'd li