Suppose a folder contains 100 binary .npy files of 2D arrays. They all have the same type and size. Each of the files requires 1GB of disk space.
Is it possible to create a huge .npy file in which all of the arrays are merged, say along axis=0
, without having to load them into memory?