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.
Importexample/address.npz,base=datadir
addresstablecountry=Canada,postalCode=N2V 1K8,province=ON,streetAddress=615 Kumpf Drive,city=Waterloofounded1988companyNameMaplesoftphoneNumberstabletype=local,number=+1 (519) 747-2373tabletype=tollfree,number=+1 (800) 267-6583tabletype=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