gpt4 book ai didi

python - 运行Pandas配置文件报告时出错

转载 作者:行者123 更新时间:2023-12-03 15:48:34 26 4
gpt4 key购买 nike

我正在尝试在conda Jupyter NB中运行EDA的配置文件报告,但始终会出错。
到目前为止,这是我的代码:

    import pandas_profiling
from pandas_profiling import ProfileReport

profile = ProfileReport(data)


    profile = pandas_profiling.ProfileReport(data)

两者都会产生:

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



研究建议升级到我正在使用的Pandas 1.0。

也试过了
    data.profile_report()        

AttributeError: 'DataFrame' object has no attribute 'profile_report'



关于我要去哪里的任何提示?

附录...所以我终于弄清楚了。需要在conda中安装最新版本的pandas-profiling,该版本为202003。太容易了。

最佳答案

在conda中安装了pandas-profiling的最新版本(2020年3月)。

conda install -c conda-forge/label/cf202003 pandas-profiling

然后能够在jupyter笔记本中 import pandas_profiling

关于python - 运行Pandas配置文件报告时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60839909/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com