Re: [Pytables-users] description of tables

2010-10-25 Thread Curiouslearn
Francesc, thanks so much! When trying to find the solution I browsed through the tutorial. However, the title of section 3.4 threw me off. This is great! And, thanks for creating this wonderful utility. On Mon, Oct 25, 2010 at 1:58 PM, Francesc Alted wrote: > A Monday 25 October 2010 19:47:30 Cu

Re: [Pytables-users] description of tables

2010-10-25 Thread Francesc Alted
A Monday 25 October 2010 19:47:30 Curiouslearn escrigué: > Hi, > > I am very new to Pytables. I was trying out the commands in the > tutorial and learnt that to create a new table I need to describe > columns as class variables. For example, > > import pytables > > def tableFormat(tables.IsDescr

[Pytables-users] description of tables

2010-10-25 Thread Curiouslearn
Hi, I am very new to Pytables. I was trying out the commands in the tutorial and learnt that to create a new table I need to describe columns as class variables. For example, import pytables def tableFormat(tables.IsDescription):    column1Name = tables.StringCol(16)    column2Name = tables.Stri