(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.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.
Links