I am trying to take the index of a dataframe and swap it with the column header names.
For example:
Index Header1 Header2 Header3 Index 0 1 2 3
0 Header1
1 ===> Header2
2 Header3
3