gpt4 book ai didi

python - 齐柏林飞艇 : how to print pandas dataframe with index?

转载 作者:太空宇宙 更新时间:2023-11-03 20:04:58 25 4
gpt4 key购买 nike

例如

如果我直接使用df.describe()

![enter image description here

如果我使用z.show(df),结果会变成

enter image description here

我无法从 describe 中知道哪个是 uniq、count 等。

如何在 Zeppelin 中完整显示 pandas?

最佳答案

根据这个PR它应该显示开箱即用的索引,但它不适用于我的 Zeppelin 0.8。作为解决方法,您可以调用 reset_index() :

z.show(df.describe().reset_index())

上述 PR 已合并到 Zeppelin 0.9 中,您可以使用以下命令正确显示 pandas 数据框:

z.show(df.describe(), show_index=True)

关于python - 齐柏林飞艇 : how to print pandas dataframe with index?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59018201/

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