Transform Column¶
Reshapes one column in place (it is replaced, not duplicated). In order, it can:
Map values — recode specific values to new ones.
Set the target type — Nominal, Ordinal, or Numeric.
For Ordinal: define an explicit category order, and optionally flip the scale (reference − x; reference defaults to max + min).
For Numeric: apply a normalisation — Z-score, Stanine, Center, Min-max, Log, or Rank.
Set a colour tag and, optionally, a new name.
Use this to make a column ordinal with a proper order, to reverse-key an item, or to standardise a variable before analysis.