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.
Import⁡example/address.npz,base=datadir
addresstable⁡country=Canada,postalCode=N2V 1K8,province=ON,streetAddress=615 Kumpf Drive,city=Waterloofounded1988companyNameMaplesoftphoneNumberstable⁡type=local,number=+1 (519) 747-2373table⁡type=tollfree,number=+1 (800) 267-6583table⁡type=fax,number=+1 (519) 747-5284
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