gpt4 book ai didi

pandas-profiling - 不要在 pandas-profiling 中使用索引

转载 作者:行者123 更新时间:2023-12-01 23:43:36 24 4
gpt4 key购买 nike

在数据帧上运行 pandas-profiling 时,我看到它将索引分析为一个变量。注意:我的索引是唯一键(命名为UUID)

有没有办法排除引入索引上报?

我知道我可以在 pandas 中删除它,但在我的脑海中我想这样做

ProfileReport(df, use_index=False)

最佳答案

我同意在 ProfileReport 中选择 use_index=False 会很干净,它显然不存在(目前)。

所以目前我能找到排除将索引带入报告的唯一方法是在分析之前删除它:

df.reset_index(drop=True, inplace=True)

这就完成了工作。

关于pandas-profiling - 不要在 pandas-profiling 中使用索引,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64664210/

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