Last answered:

06 Oct 2022

Posted on:

13 Jan 2022

0

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)
Posted on:

06 Oct 2022

0

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

Submit an answer