问题描述:提示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

相关文章:

  • 2021-11-02
  • 2021-11-28
  • 2021-08-27
  • 2021-10-09
  • 2021-09-09
  • 2021-12-13
  • 2021-06-06
  • 2021-07-27
猜你喜欢
  • 2022-01-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-10
  • 2021-11-14
  • 2021-09-15
  • 2021-12-19
相关资源
相似解决方案