Re: [Pytables-users] table[index]['colname']

2007-03-06 Thread pytables-user
On Tuesday 06 March 2007 18:22, Francesc Altet wrote: > [Gabriel, you kept sending this to pytables-announce, instead of > pytables-user ;)] The first time I also sent it with the wrong from-address; so at least there was some form of improvement ;-) > > El dt 06 de 03 del 2007

[Pytables-users] table to text

2006-11-22 Thread pytables-user
Hi, Is there a fast way to 'export' a complete table to a text file? Now I am iterating over rows with iterrows() and then use a "for colname in table.colnames" loop to write each individual value. But this is relatively slow, and I was wondering if someone could give me advice on how to spee