Return a string representation of an array.
Parameters: | a : ndarray
max_line_width : int, optional
precision : int, optional
suppress_small : boolean, optional
|
---|
See also
array2string, array_repr
Examples
>>> np.array_str(np.arange(3))
>>> '[0 1 2]'