I am doing a small development, in which I read from a CSV file in this way:
csv = np.genfromtxt('MMRExport.csv',delimiter=",", dtype=str)
Then what I do is create lists since I only need 2 columns of the file, one of "date" and another...
asked by
05.07.2017 / 15:08