Read data with numpy
import numpy as np ## READ CSV FILE csv = np.genfromtxt (path_input, delimiter=",")