def load_data(fname='SeatTest_New.xlsx'): """ Load the xlsx using pandas. :param fname: string location of the file to load :return: pandas object """ return pd.ExcelFile(fname)