AttributeError: module 'pandas' has no attribute 'Series'

AttributeError: module 'pandas' has no attribute 'Series'

前提是在命令行可以使用pandas,但是在pycharm里面不能使用。

解决就是文件名写成了pandas,需要把pandas.py这个文件删除,然后就可以了

原文地址:https://www.cnblogs.com/chenyameng/p/13563299.html