-
numpy.ma.load(F)[source] -
Wrapper around
cPickle.loadwhich accepts either a file-like object or a filename.Parameters: F : str or file
The file or file name to load.
See also
-
dump - Pickle an array
Notes
This is different from
numpy.load, which does not use cPickle but loads the NumPy binary .npy format. -
numpy.ma.load()
2025-01-10 15:47:30
Please login to continue.