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
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to