装了pandas 在read入xls表格的时候 出现AttributeError: 'module' object has no attribute 'read_excel' 有人知道怎么解决吗

0
已邀请:
0

drblind 2016-08-16 回答

import pandas as pd
 
a = pd.read_excel( )
 

20160816191149.png

 

要回复问题请先登录注册