ndarray.tolist() Return the array as a (possibly nested) list. Return a copy of the array data as a (nested) Python
numpy.savez(file, *args, **kwds)
numpy.get_printoptions()
numpy.array_str(a, max_line_width=None, precision=None, suppress_small=None)
numpy.array2string(a, max_line_width=None, precision=None, suppress_small=None, separator=' ', prefix='', style=, formatter=None)
numpy.set_printoptions(precision=None, threshold=None, edgeitems=None, linewidth=None, suppress=None, nanstr=None, infstr=None, formatter=None)
numpy.genfromtxt(fname, dtype=, comments='#', delimiter=None, skip_header=0, skip_footer=0, converters=None, missing_values=None, filling_values=None
class numpy.DataSource(destpath='.')
ndarray.tofile(fid, sep="", format="%s") Write array to a file as text or binary (default). Data is always written
numpy.fromstring(string, dtype=float, count=-1, sep='') A new 1-D array initialized from raw binary or text data in a string
Page 2 of 3