Re: [Numpy-discussion] Possible roadmap addendum: building better text file readers

2012-02-27 Thread Paulo Jabardo
nd of stopped my transition from R to python for a while. Paulo De: Alan G Isaac Para: Discussion of Numerical Python Enviadas: Segunda-feira, 27 de Fevereiro de 2012 12:53 Assunto: Re: [Numpy-discussion] Possible roadmap addendum: building better text fi

Re: [Numpy-discussion] Possible roadmap addendum: building better text file readers

2012-02-27 Thread Paulo Jabardo
I have a few features that I believe would make text file easier for many people. In some countries (most?) the decimal separator in real numbers is not a point but a comma. I think it would be very useful that the decimal separator be specified with a keyword argument (decimal = '.' for example

Re: [Numpy-discussion] hstack

2012-02-08 Thread Paulo Jabardo
The problem is that hstack needs a tuple as argument: x = ones( (9,1) ) y = zeros( (9,2) ) z = hstack( (x,y) ) Notice the parenthesis in the arguments. Paulo De: Stephanie Cooke Para: numpy-discussion@scipy.org Enviadas: Quarta-feira, 8 de Fevereiro de 2012