Hi,

I am new to numpy and getting my hands on slowly. 

How do you replace integers from strings in an integer array. (1D)

For example:

array = {1,1,1,2,3,3,4}

replace 1 with "apple"
replace 2 with "cheery"
replace 3 with "mango"
replace 4 with "banana"

I know the general solution, but I am looking for an efficient way, supported 
by numpy/scipy to do this kind of conversion as fast as possible.

Thanks

Prashant



      Add more friends to your messenger and enjoy! Go to 
http://messenger.yahoo.com/invite/
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to