我正在使用以下规格
Python 版本 = 3.8.5 熊猫版本 = 1.2.4
在 jupyter notebook 上运行 pandas_profiling 的 ProfileReport 时出现以下错误。
TypeError: concat() got an unexpected keyword argument 'join_axes'
除了降级到旧版本之外,这个问题有什么解决方案吗?
我正在使用以下规格
Python 版本 = 3.8.5 熊猫版本 = 1.2.4
在 jupyter notebook 上运行 pandas_profiling 的 ProfileReport 时出现以下错误。
TypeError: concat() got an unexpected keyword argument 'join_axes'
除了降级到旧版本之外,这个问题有什么解决方案吗?