[SciPy-User] [scipy-user] How to remove a value from an np array?

Fabien Lafont lafont.fabien at gmail.com
Fri Jan 27 11:49:49 EST 2012


I have that [3,2,4,8,7,8,9] and I want [3,2,8,7,8] how can I do?  I've
tried remove() but it works only on lists not on np.array.



More information about the SciPy-User mailing list