December 2017
Intermediate to advanced
386 pages
10h 42m
English
NumPy defines a binary format called NPY to store arrays. Users do not need to know the details of the format, but those interested can find its specification at the following site: https://docs.scipy.org/doc/numpy/neps/npy-format.html.
The NPY format is designed with the efficient storage of NumPy arrays in mind, including optimizations for large arrays. It is a format specific to NumPy, so it is not a suitable exchange format for a web application, for example. It is designed for personal use, or for sharing data among coworkers in the same project. It does not offer any built-in security features and should not be used to share sensitive data. NumPy also defines the NPZ file format, which is simply a ...
Read now
Unlock full access