且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

重新安装后使用pandas数据框的问题

更新时间:2023-02-21 21:36:45

我遇到了同样的问题,并通过将熊猫从1.1.0降级到1.0.3。暂时避免了它。

I encountered the same issue, and temporarily avoid it by downgrading pandas from 1.1.0 to 1.0.3.

pip uninstall pandas
pip install pandas==1.0.3

希望可以。