Published
- 1 min read
python read excel sheet name
The solution for this is noted below
python read excel sheet name
Solution
data = pd.read_excel(r'File_Path', sheet_name='Name of Sheet')
Try other methods by searching on the site. That is if this doesn’t work