标签: python python-3.x pandas importerror
Python 3.5.2中的命令import pandas as pd给出错误:
import pandas as pd
'TypeError: descriptor '__subclasses__' of 'type' object needs an argument'
仅在Python3和Python 2导入熊猫时才发生这种情况。我搜索了错误代码,并应用了其他人提供的建议,但这些建议对我不起作用。
答案 0 :(得分:2)
将您的python更新到3.5.3+版本。它从0.25.x pandas系列开始。
来自pandas documentation:
正式是Python 3.5.3及更高版本,3.6和3.7。