如何在 Eclipse 下为 运行 安装 pandas

How to install pandas for running under Eclipse

我是 python 的新手,我可以在 Eclipse 中使用 PyDev,但不能使用 pandas。我尝试安装 pandas.exe 并添加到 python 解释器,但它抛出错误。

我们正在使用 Eclipse Mars 1 和 py 2.7

我想知道从 eclipse 添加任何模块 pandas 或 numpy ... 等的过程是什么。

请一些人帮忙从 eclipse 中使用 pandas。

提前致谢。

在您使用的Python环境中安装Pandas和numpy。

pip install pandas
pip install numpy