I try to rename my columns by taking a row in my table as the column names. But I only need to change some of the column names. How can I do this in pandas?
What I ha