SyntaxFix
Write A Post
Hire A Developer
Questions
You could also specify the sheet name as a parameter:
data_file = pd.read_excel('path_to_file.xls', sheet_name="sheet_name")
will upload only the sheet "sheet_name".
"sheet_name"