I have a data frame as shown in image:
I want an output similar to the Value
Column.
What it means is for every value in column A
, there can only be one and only one value in column B
.
Even if value in column A
repeats, the value in column B
should also repeat.
Please help