【发布时间】:2022-04-02 01:24:51
【问题描述】:
【问题讨论】:
-
通常
see the console的意思是你应该看那里...
标签: python pandas dataframe spyder
【问题讨论】:
see the console的意思是你应该看那里...
标签: python pandas dataframe spyder
我也面临同样的错误。我在这些帖子中找到了答案:https://github.com/spyder-ide/spyder/issues/15998 和 https://github.com/spyder-ide/spyder/issues/15998。
您需要将 pandas 降级到 1.3.5 版:
conda install pandas==1.3.5
【讨论】: