0

我正在使用以下规格

Python 版本 = 3.8.5 熊猫版本 = 1.2.4

在 jupyter notebook 上运行 pandas_profiling 的 ProfileReport 时出现以下错误。

TypeError: concat() got an unexpected keyword argument 'join_axes'

除了降级到旧版本之外,这个问题有什么解决方案吗?

4

1 回答 1

0

直接从 repo 安装:

pip install https://github.com/pandas-profiling/pandas-profiling/archive/master.zip

import pandas_profiling as pdpf
于 2021-06-28T21:48:35.323 回答