numpy.array_str()

numpy.array_str

numpy.array_str(a, max_line_width=None, precision=None, suppress_small=None) [source]

Return a string representation of the data in an array.

The data in the array is returned as a single string. This function is similar to array_repr, the difference being that array_repr also returns information on the kind of array and its data type.

登录查看完整内容