partially initialized module 'pandas' has no attribute 'core' (most likely due to a circular import)怎么解决
时间: 2023-11-15 11:04:47 浏览: 207
wgsbmisi.zip_DOA工具箱_FMCW waveform_radar_调频DOA
这个错误通常是由于循环导入导致的,可以尝试以下几种解决方案:
1.检查你的代码中是否存在循环导入
2.尝试重新安装 pandas 库
3.升级 pandas 库至最新版本
4.尝试在代码中手动引入 pandas 模块的子模块,例如:import pandas.core
希望以上解决方案能帮助你解决这个问题!
阅读全文