使用Python 在控制台上的pandas是可以正常使用的 但是在sublime text3和idel编辑器下numpy可以用 但是pandas报错No module named pandas 这是为什么
使用Python 在控制台上的pandas是可以正常使用的 但是在sublime text3和idel编辑器下numpy可以用 但是pandas报错No module named pandas 这是为什么
4 回答972 阅读
1 回答713 阅读
1 回答698 阅读
1 回答524 阅读
647 阅读
586 阅读
569 阅读
没代码,只能猜~
估计是 当前目录下有个 pandas.py ,和 pd 模块重名。