Return a copy of array data as a Python string containing the raw bytes in the array. The array is filled beforehand.
Parameters: | fill_value : {var}, optional
order : {string}
|
---|
Notes
As for method:ndarray.tostring, information about the shape, dtype..., but also fill_value will be lost.