NPZ (.npz) File Format
NPZ file format
Description
Examples
References
NPZ is a binary file format for storing data from the NumPy Python package.
The general-purpose commands Import and Export support this format.
Import data from a file in NPZ format.
numpy.lib.format, https://numpy.org/devdocs/reference/generated/numpy.lib.format.html, NPY format.
See Also
Formats
Formats,NPY
Formats,Pickle
Download Help Document