I have problem in reading excel file from location.
Error
File "c:\users\dominic\appdata\local\programs\python\python37-32\lib\site-packages\xlrd\__init__.py", line 1187
print "EXTERNSHEET(b7-):"
^
SyntaxError: invalid syntax
Syntax
import pandas as pd
df = pd.read_excel('DumpData 2.xlsx', sheet_name=None)
Kindly help to resolve the problem above