# Load and preview the first few rows of each sheet report_df = xls.parse("REPOTR") master_data_df = xls.parse("MASTER DATA") # Display the first few rows of each sheet report_df.head(), master_data_df.head()