NPY and NPZ (NumPy)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Scientific Data formats |extensions={{ext|npy}}, {{ext|npz}} |wikidata={{wikidata|Q38347624}}, {{wikidata|Q92442998}} }} '''.NPY'''...") |
Latest revision as of 22:37, 21 October 2023
.NPY and .NPZ are file formats associated with NumPy, a Python library for mathematics and scientific computing.
An NPY file stores a single "array" data structure.
An NPZ file is a ZIP-based container for multiple NPY files.