gpt4 book ai didi

python - Pandas 中的 "Must explicitly set engine if not passing in buffer or path for io"

转载 作者:太空宇宙 更新时间:2023-11-03 14:06:39 25 4
gpt4 key购买 nike

运行以下 Python Panda 代码时:

    xl          = pd.ExcelFile(dataFileUrl)
sheets = xl.sheet_names
data = xl.parse(sheets[0])
colheaders = list(data)

我收到了 ValueError:

Must explicitly set engine if not passing in buffer or path for io

毫无疑问,该文件肯定是一个 excel 文件。

发生了什么事?

最佳答案

我会努力

xl = pd.ExcelFile(dataFileUrl, engine='xlrd')

关于python - Pandas 中的 "Must explicitly set engine if not passing in buffer or path for io",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42950045/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com