Below is the line of code
Df= pandas.read_excel('sample.xlsx', sheet_name='mysheet')
It starts reading from sheet1. Any help in this regard, please.
Below is the line of code
Df= pandas.read_excel('sample.xlsx', sheet_name='mysheet')
It starts reading from sheet1. Any help in this regard, please.