npy is a binary data format created in 2008.
#3505on PLDB | 16Years Old |
A simple format for saving numpy arrays to disk with the full information about them. The .npy format is the standard binary file format in NumPy for persisting a single arbitrary NumPy array on disk.