python read excel sheet name

Solutions on MaxInterview for python read excel sheet name by the best coders in the world

showing results for - "python read excel sheet name"
Marceau
19 Jan 2019
1data = pd.read_excel(r'File_Path',  sheet_name='Name of Sheet')