pandas报错

pandas 报错

  • module pandas has no attribute Int64Index
    在这里插入图片描述

解决

  • 将pandas将为1.1.3版本即可
    pip uninstall pandas
    pip install pandas==1.1.3 -i https://pypi.tuna.tsinghua.edu.cn/simple/
    
    在这里插入图片描述

更多推荐