如何安装在 Eclipse 下运行的 pandas
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/42876174/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to install pandas for running under Eclipse
提问by mahesh yakkali
I am new to python, I am able to work with PyDev in Eclipse but not able to with pandas. I tried installing pandas.exe and adding to python interpretor but it is throwing error.
我是 python 的新手,我可以在 Eclipse 中使用 PyDev,但不能使用 Pandas。我尝试安装 pandas.exe 并添加到 python 解释器,但它抛出错误。
We are using Eclipse Mars 1 and py 2.7.
我们正在使用Eclipse Mars 1 和 py 2.7。
I want to know what is the process to adding any module pandas or numpy ... etc. from eclipse.
我想知道从 eclipse 添加任何模块 pandas 或 numpy ... 等的过程是什么。
Please can some body help in to work with pandas from eclipse.
请一些身体帮助与日食中的Pandas一起工作。
Thanks in advance.
提前致谢。
回答by M. K. Hunter
Install Pandas and numpy in the Python environment you are using.
在你使用的 Python 环境中安装 Pandas 和 numpy。
pip install pandas
pip install numpy