[Numpy-discussion] appending extra items to arrays
Adam Mercer
ramercer@gmail....
Wed Oct 10 23:36:44 CDT 2007
Hi
In some code I have, I need to append some extra data to a given
array. At the moment I construct the data in a list, append the extra
information I need and then convert the final list to an array. Is
there a way that I can append extra information to an existing array
thereby negating the need for the list, as the array object doesn't
seem to have an append() method?
Cheers
Adam
More information about the Numpy-discussion
mailing list