jmquintana79
6/29/2017 - 9:02 AM

read data with numpy

Read data with numpy

import numpy as np

## READ CSV FILE
csv = np.genfromtxt (path_input, delimiter=",")