【发布时间】:2020-04-18 02:01:50
【问题描述】:
我正在尝试在我的 Google Colab 笔记本中使用 Pandas_Profiling.ProfilingReport。这是我的代码:
import pandas_profiling
profile = pandas_profiling.ProfileReport(df)
然后得到那个错误:
" concat() got an unexpected keyword argument 'join_axes' "
【问题讨论】:
-
您介意添加 pd.__version__ 和 pandas_profiling_version 吗?
标签: python pandas google-colaboratory data-analysis