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

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

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -