Re: [Pytables-users] maskedEArray class

2007-05-03 Thread Matt Knox
> After pondering a bit the different possibilities, I think that a Table > would be the best candidate for doing what you want. The Table is just > like an EArray, but allows you to have different columns with different > types in the same data container. So, in one column you can keep the > actu

Re: [Pytables-users] maskedEArray class

2007-05-03 Thread Francesc Altet
El dl 30 de 04 del 2007 a les 17:27 +, en/na Matt Knox va escriure: > Hi everyone, > > I've been toying around with the idea of creating a maskedEArray class > which would behave the same as EArray except it would handle masked > arrays (and hence, missing data points). I can't quite think of