Hello,
how do I remove all rows (or column) from an array which contain a 
certain  value or sting?


some like:

array.delte_row_from_array_wich_contains('March')
array.delte_row_from_array_wich_contains(-333)

Is there also possibility to replace all occurences of a certain value 
in a array by nothing or another one?

I am not looking to masking the values under question in this case here.

I will appreciate any help.

Kind regards,
Timmie

_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to