由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DataSciences版 - 有用pycharm的同学吗-为什么在pycharm 里找不到pandas module?
相关主题
Python的问题DS in my understanding
新手请教:大家都用什么软件写 python code?python用起来没有matlab好使,尤其是数据处理
C1 Coding Exam如何用python读取大数据
pycharm 和anaconda jupyter 用的不是一个python.exe file 吗?Spark开始使用DataFrame
大家从python 2 到python 3 过渡的怎样了讲个找数据科学工作的捷径 aka 刷Kaggle题迅速入门data scient (转载)
[挖个坑]数据分析都有哪些开源工具呀?求指点-怎样提高python水平?
求data analysis/engineer/scientist intern的面试经验及就业方向指导 谢谢!Memory Error in pandas.concat with Python
Data Engineer Summer Intern at NEC Labs America, Princeton如何改变spark dataframe的column names
相关话题的讨论汇总
话题: pycharm话题: pandas话题: module话题: python话题: file
进入DataSciences版参与讨论
1 (共1页)
r****n
发帖数: 309
1
我用的是4.0.6版本,一输入pandas,就说没有这个module,怎么办?
E*********g
发帖数: 185
2
pycharm是IDE,它跟你装什么module无关
自己去下载pandas装一下,或用 pip install pandas
r****n
发帖数: 309
3
谢谢!装了pandas,但是不认,是不是需要手动导入啊 ?
l******n
发帖数: 9344
4
you may have two versions of python in your machine, and pandas is installed
in one and pycharm points to another.

【在 r****n 的大作中提到】
: 谢谢!装了pandas,但是不认,是不是需要手动导入啊 ?
r****n
发帖数: 309
5
Yes, you are right. But how do I change the setting in Pycharm so that it
can point to the other python?

installed

【在 l******n 的大作中提到】
: you may have two versions of python in your machine, and pandas is installed
: in one and pycharm points to another.

m*********r
发帖数: 119
6
are you using mac or windows?
E*********g
发帖数: 185
7
File -> settings ->Build,exe andxxx ->console ->python console ->python
interpreter
if not working, try File -> default settings

【在 r****n 的大作中提到】
: Yes, you are right. But how do I change the setting in Pycharm so that it
: can point to the other python?
:
: installed

r****n
发帖数: 309
8
I am using mac.

【在 m*********r 的大作中提到】
: are you using mac or windows?
r****n
发帖数: 309
9
非常感谢!

【在 E*********g 的大作中提到】
: File -> settings ->Build,exe andxxx ->console ->python console ->python
: interpreter
: if not working, try File -> default settings

h*********d
发帖数: 109
10


【在 r****n 的大作中提到】
: 我用的是4.0.6版本,一输入pandas,就说没有这个module,怎么办?
1 (共1页)
进入DataSciences版参与讨论
相关主题
如何改变spark dataframe的column names大家从python 2 到python 3 过渡的怎样了
有没有人一起组队做kaggle?[挖个坑]数据分析都有哪些开源工具呀?
python 网络爬虫和数据处理求data analysis/engineer/scientist intern的面试经验及就业方向指导 谢谢!
python数据处理的一个问题 (转载)Data Engineer Summer Intern at NEC Labs America, Princeton
Python的问题DS in my understanding
新手请教:大家都用什么软件写 python code?python用起来没有matlab好使,尤其是数据处理
C1 Coding Exam如何用python读取大数据
pycharm 和anaconda jupyter 用的不是一个python.exe file 吗?Spark开始使用DataFrame
相关话题的讨论汇总
话题: pycharm话题: pandas话题: module话题: python话题: file