I want to replace the column name to the header line in a pandas dataframe,
----------|columnB|
columnA|----------|
i want columnA and COlumnB in the first line(header) in the dataframe like
ColumnA|columnB|
as header how do i change this in a pandas dataframe?