Re: [Numpy-discussion] genfromtxt usage

2010-08-25 Thread Stéfan van der Walt
Hi Antoine On 25 August 2010 10:44, Antoine Dechaume wrote: > Hello, > I am trying to read a file with a variable number of values on each lines, > using genfromtxt and missing_values or filling_values arguments. > The usage of those arguments is not clear in the documentation, if what I am > try

[Numpy-discussion] genfromtxt usage

2010-08-25 Thread Antoine Dechaume
Hello, I am trying to read a file with a variable number of values on each lines, using genfromtxt and missing_values or filling_values arguments. The usage of those arguments is not clear in the documentation, if what I am trying to do is possible, how could I do it? Thanks, Antoine. ___