readcsv_numpy

emlib.csvtools.readcsv_numpy(csvfile)[source]

Read CSV into a numpy array

Parameters:

csvfile (str) – the file to read

Return type:

ndarray

Returns:

the contents of the file as a 2D numpy array