numpy.ndarray.dumps#
method
- ndarray.dumps()#
Returns the pickle of the array as a string. pickle.loads will convert the string back to an array.
- Parameters:
- None
Site Navigation
Section Navigation
ndarray
)dtype
)ufunc
)numpy.typing
)numpy.distutils
)numpy.distutils
and migration advicemethod
Returns the pickle of the array as a string. pickle.loads will convert the string back to an array.