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