I wonder, how to save and load numpy.array data properly. Currently I\'m using the numpy.savetxt() method. For example, if I got an array mar
numpy.array
numpy.savetxt()
mar
np.save('data.npy', num_arr) # save new_num_arr = np.load('data.npy') # load