I'm trying to read an excel file that has some merged column headers using pandas. The file looks as below:
I want the output to be as below:
After loading it to pandas, the output comes as below:
Does anyone know how I can handle this in Pandas?
Thanks


