AttributeError:“ df”对象没有属性“ dtype”

时间:2019-10-27 22:38:24

标签: python

我正在使用代码将xlsx文件导入Google Colab

df = pd.ExcelFile('/content/gdrive/My Drive/df.xlsx')

遇到错误

  

AttributeError:“ ExcelFile”对象没有属性“ dtype”。

我期望df4是一个DataFrame并检查其形状。我怎样才能做到这一点?谢谢。

1 个答案:

答案 0 :(得分:0)

根据documentation,读取excel文件的正确方法是:

memcpy