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

Popular posts from this blog

android - Pass an Serializable object in AIDL -

php - Improving script execution time -

How to provide Authorization & Authentication using Asp.net, C#? -