在数据帧上运行 pandas-profiling 时,我看到它将索引分析为变量。注意:我的索引是唯一键(命名为 UUID)
有没有办法排除引入索引来报告?
我知道我可以在 pandas 中删除它,但在我的脑海中我想做
ProfileReport(df, use_index=False)
在数据帧上运行 pandas-profiling 时,我看到它将索引分析为变量。注意:我的索引是唯一键(命名为 UUID)
有没有办法排除引入索引来报告?
我知道我可以在 pandas 中删除它,但在我的脑海中我想做
ProfileReport(df, use_index=False)