【发布时间】:2018-05-24 19:02:42
【问题描述】:
Mysqlsh 新手我正在尝试导入模块 pandas,但我得到了:
MySQL Py > import pandas as pd
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named pandas
Mysqlsh ver. 8.0.11
Python ver. 2.7.15
Updated OSX
我可以在 Python 中导入 pandas,并且必须承认,我对 Python 和 MySQL Shell 之间的依赖关系一无所知
【问题讨论】: