问题描述:提示AttributeError: module ‘pandas’ has no attribute ‘core’
AttributeError: module 'pandas' has no attribute 'core'

问题分析

pandas版本问题引起

解决方案

查看当前安装的pandas版本为pandas (0.25.2),重新安装0.23.4(0.24版本也可)即可解决。
pip3.6 install pandas==0.23.4

相关文章: