Dears,
If I have a string variable with the following mapping:
1 = 'middle'
2 = 'low'
3 = 'high'
there is a command to give the series a new, more logical mapping? Like as:
1 = 'low'
2 = 'middle'
3 = 'high'
I've simplified the example, but the concept is: changing the numerical
mapping of the entire series
Paolo