I want to replace elements in a numpy array using a list of old values and new values. See below for a code example (I want to replace elements in a numpy array usi
I want to replace elements in a numpy array using a list of old values and new values. See below for a code example (I want to replace elements in a numpy array usi