Answer the question
In order to leave comments, you need to log in
Why parsing an Excel file gives incorrect Sheet names?
I need to parse an xlsx file. The file contains a sheet called '1A'. However, when I use . I called and noticed that the font of the A in the dictionary key is different from all the A 's elsewhere.
How can this be fixed? pd.read_excel(file, sheet_name='1A')
XLRDError: No sheet named <'1A'>
pd.read_excel(file, sheet_name=None)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question