Read an array from an NPY file.
If this is not a real file object, then this may take extra memory and time.
Whether to allow writing pickled data. Default: False
Additional keyword arguments to pass to pickle.load. These are only useful when loading object arrays saved on Python 2.
Maximum allowed size of the header. Large headers may not be safe to load securely and thus require explicitly passing a larger value. See ast.literal_eval for details. This option is ignored when allow_pickle is passed. In that case the file is by definition trusted and the limit is unnecessary.
The array from the data on disk.
If the data is invalid, or allow_pickle=False and the file contains an object array.
© 2005–2024 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/2.4/reference/generated/numpy.lib.format.read_array.html