I need to rename the rows of a dataset with a the value of a defined column:
a b c
1 d e f
2 g h i
3 j k l
has to become
b c
d e f
g h i
j k l
I need to rename the rows of a dataset with a the value of a defined column:
a b c
1 d e f
2 g h i
3 j k l
has to become
b c
d e f
g h i
j k l