I have this data frame:
key value
EXE_PATH /opt/IBM/ITM/aix526/ux/bin/kuxagent
EXE_NAME kuxagent
I need to transform this data frame to be like this. Key values need to be column names and values need to be row entries
EXE_PATH EXE_NAME
/opt/IBM/ITM/aix526/ux/bin/kuxagent kuxagent
df.T. Yes, it is that simple