Input and output

The format of these binary file types is documented in numpy.lib.format

Text files

genfromtxt(*args, **kwargs)

This is a wrapper of the official NumPy’s genfromtxt function.

ndarray.tolist()

Text formatting options

set_printoptions([precision, threshold])

Set printing options.