If I have two lists of the same length, how can I replace values in list A with the value from list B (at the same index position) where the value in A equals a certain string?
If I have two lists of the same length, how can I replace values in list A with the value from list B (at the same index position) where the value in A equals a certain string?
That worked great. Thanks!