Python Read Excel Set Index

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