I have uploaded A excel file with multiple sheets using the sheet_name parameter to None. But now I want to access the particular sheet only let's say 'Sheet 1". How can I do that on the uploaded data frame?
data = pd.read_excel("D:\TUTORIALS\Exercise Files - Data Analysis with Pandas and Python/Data - Multiple Worksheets.xlsx", sheet_name = None)