Skip to main content
Post Made Community Wiki by Jean-François Fabre
Post Undeleted by Jean-François Fabre
Post Deleted by Jean-François Fabre
Source Link
Scott
  • 5.9k
  • 8
  • 48
  • 79

np.save('data.npy', num_arr) # save
new_num_arr = np.load('data.npy') # load