I have a question to use pandas. I have a table like this :
0 A B C D
1 S D F G
......
and every element of first line is the index of every column.
But I want to add a line at the top of the table, and I want the new line to be the index of the table of every colomn, how should I do ? Thanks!!!!