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
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
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