NumSharp icon indicating copy to clipboard operation
NumSharp copied to clipboard

np.append

Open solarflarefx opened this issue 5 years ago • 1 comments

Is there an equivalent method to np.append? If not, what is the best workaround?

solarflarefx avatar Dec 05 '19 20:12 solarflarefx

Maybe np.concatenate, np.vstack or np.stack will help you. They might require reshaping to emulate np.append.

Nucs avatar Dec 07 '19 17:12 Nucs