In Pandas module of python pandas.read_excel is not working -
import pandas pd pd.read_excel? error: object `pd.read_excel` not found. my xlrd package updated. couldn't find solution it. please help!! m doing in ipython-notebook.
you using old version of pandas . try using - pandas.io.excel.read_excel() (or in case pd.io.excel.read_excel )
Comments
Post a Comment