I am new to python and I want to rename the header column names in an Excel file.
In the input file all the content is in capital letters. I want to convert that into title-case (first letter capital and rest small).
Example
For example from MKT
to Market
: