I was trying to run as ussually my library "pandas" but then I faced a mistake
import pandas as pd
DF_temp = pd.read_excel("example.xlsx")
Output
File "/opt/anaconda3/lib/python3.7/site-packages/xlrd/__init__.py", line 1187
print "EXTERNSHEET(b7-):"
^
SyntaxError: invalid syntax
I am working with python 3.7
I installed again xlrd but the same issue appears. How can I resolve this? Thank you