python read_excel index_col

data = pd.read_excel(r'File_Path', index_col='Name_of_Index_Column')
M.U