gpt4 book ai didi

python - 为什么我没有 xlrd?

转载 作者:IT老高 更新时间:2023-10-28 22:11:05 29 4
gpt4 key购买 nike

我使用 pip3 install 安装了 pandasmatplotlib。然后我运行了这个脚本:

import pandas as pd
import matplotlib.pyplot as plt
data = pd.ExcelFile("Obes-phys-acti-diet-eng-2014-tab.xls")
print (data.sheet_names)

并收到此错误:

dhcp-169-233-172-97:Obesity juliushamilton$ python3 ob.py
Traceback (most recent call last):
File "ob.py", line 4, in <module>
data = pd.ExcelFile("Obes-phys-acti-diet-eng-2014-tab.xls")
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pandas/io/excel.py", line 169, in __init__
import xlrd # throw an ImportError if we need to
ImportError: No module named 'xlrd'

为什么缺少必要的xlrd

最佳答案

安装新模块:

pip install xlrd

关于python - 为什么我没有 xlrd?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31329627/

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