AttributeError: module 'pandas.core.common' has no attribute 'resolve_numeric_only'
时间: 2023-12-09 08:36:26 浏览: 155
AttributeError: module 'tensorflow.compat.v1' has no attribute '
针对您提供的问题,我可以给出以下回答:
针对问题“AttributeError: module 'pandas.core.common' has no attribute 'resolve_numeric_only'”,这个错误通常是由于pandas版本过低导致的。解决方法是升级pandas到最新版本。您可以使用以下命令升级pandas:
```shell
pip install --upgrade pandas
```
如果您已经安装了最新版本的pandas,那么可能是因为您的代码中使用了已经被弃用的函数或属性。您需要检查您的代码并将其更新为最新的API。
以下是三个相关问题:
阅读全文