Re: genfromtxt and comment identifier

2011-04-15 Thread Peter Otten
simona bellavista wrote: > Hi All, > > I have a problem with reading data from a file using genfromtxt of > numpy module. > > I have prepared a minimal example similar to the ones presented in > > http://docs.scipy.org/doc/numpy/user/basics.io.genfromtxt.html#splitting- the-lines-into-columns >

genfromtxt and comment identifier

2011-04-15 Thread simona bellavista
Hi All, I have a problem with reading data from a file using genfromtxt of numpy module. I have prepared a minimal example similar to the ones presented in http://docs.scipy.org/doc/numpy/user/basics.io.genfromtxt.html#splitting-the-lines-into-columns The script is import numpy as np from Stri