np.savez() adding new array to the same NPZ file in different steps of project
Is it possible to add new arrays to the same file NPZ saved before in a different step ? (not to add all arrays at the same time and still have them all saved)
If possible, how to do so?
1 answers ( 0 marked as helpful)
Yes, it is possible but personally I am not recommending it as you will have to change the array into another object type
please check
Appending an array to an existing .npz file