On Wed, 20 May 2009 10:16:08 -0500
Ryan May wrote:
> On Wed, May 20, 2009 at 10:04 AM, Nils Wagner
> wrote:
>
>> Hi all,
>>
>> Is the value of skiprows in loadtxt restricted to values
>> in [0-10] ?
>>
>> It doesn't work for skiprows=11.
>
>
> Works for me:
>
> s = '\n'.join(map(str,range(20
On Wed, May 20, 2009 at 10:04 AM, Nils Wagner
wrote:
> Hi all,
>
> Is the value of skiprows in loadtxt restricted to values
> in [0-10] ?
>
> It doesn't work for skiprows=11.
Works for me:
s = '\n'.join(map(str,range(20)))
from StringIO import StringIO
np.loadtxt(StringIO(s), skiprows=11)
The
Hi Nils
2009/5/20 Nils Wagner :
> Is the value of skiprows in loadtxt restricted to values
> in [0-10] ?
>
> It doesn't work for skiprows=11.
I don't see this behaviour. Could you provide a code snippet?
Thanks
Stéfan
___
Numpy-discussion mailing list
On May 20, 2009, at 11:04 AM, Nils Wagner wrote:
> Hi all,
>
> Is the value of skiprows in loadtxt restricted to values
> in [0-10] ?
>
> It doesn't work for skiprows=11.
Please post an example
___
Numpy-discussion mailing list
Numpy-discussion@scipy.o
Hi all,
Is the value of skiprows in loadtxt restricted to values
in [0-10] ?
It doesn't work for skiprows=11.
Nils
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion