| [ Web Proxy ] |
| Viewing: https://numpy.org/doc/stable/reference/generated/numpy.lib.format.read_array_header_2_0.html | [Back] [Original] |
Read an array header from a filelike object using the 2.0 file format version.
This will leave the file object located just after the header.
A file object or something with a read() method like a file.
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.
The shape of the array.
The array data will be written out directly if it is either C-contiguous or Fortran-contiguous. Otherwise, it will be made contiguous before writing it out.
The dtype of the files data.
If the data is invalid.
| Web Proxy Viewer | New URL | Original Page |