I have a xlsx file which has headers in column A and values in columns B through Z. How do I use pandas to read the excel file so that it reads the column names from column A and fills those columns with values from columns B through Z.
Right now when I try to read the excel file it uses the top row value in columns A through Z as column names and uses the values in row second and on for filling the columns.
