NPZ - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


NPZ (.npz) File Format

NPZ file format

 

Description

Examples

References

Description

• 

NPZ is a binary file format for storing data from the NumPy Python package.

• 

The general-purpose commands Import and Export support this format.

Examples

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

(1)

References

  

numpy.lib.format, https://numpy.org/devdocs/reference/generated/numpy.lib.format.html, NPY format.

See Also

Formats

Formats,NPY

Formats,Pickle