Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开始使用 Python 进行机器学习,并希望使用 Quandl 进行计算。我使用安装 Quandlpip install Quandl和使用.pandas 安装pip install pandas。后来importfor pandas成功了,但是,我无法导入quandl。我收到如下错误,
pip install Quandl
pip install pandas
import
`ImportError: No module named Quandl`
我使用 Python 2.7,Quandl 支持 Python 的 2 和 3 版本。如何正确导入?
查看文档,它是小写的:
import quandl