如何在 Windows 10 上为 python 3.5 安装 Pandas

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/38605787/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 01:40:37  来源:igfitidea点击:

How to install pandas for python 3.5 on windows 10

python-3.xpandasdata-science

提问by prudhvi259

i am new to python and want to learn data analysis through python 3.5, while installing pandasthrough cmd it is showing warnings.

我是 python 新手,想通过python 3.5学习数据分析,而通过 cmd安装Pandas时,它显示警告。

回答by Prashant Shubham

pip install pandas

in cmd works fine. However you can refer to https://pandas.pydata.org/pandas-docs/stable/install.htmlfor installation of pandas with Anaconda or Miniconda.

在 cmd 中工作正常。但是,您可以参考https://pandas.pydata.org/pandas-docs/stable/install.html使用 Anaconda 或 Miniconda 安装Pandas。

回答by Vuun0

Install Anaconda and all your problems will be gone you can install 720+ packages related to python. conda install pandas conda install numpy conda install ......

安装 Anaconda,你所有的问题都会消失你可以安装 720 多个与 python 相关的包。conda 安装Pandas conda 安装 numpy conda 安装 ......