gpt4 book ai didi

python - Pandas 打印所有 dtypes

转载 作者:IT老高 更新时间:2023-10-28 21:13:27 24 4
gpt4 key购买 nike

这似乎是一个非常简单的问题,但它让我陷入困境。我确定它应该由 RTFM 解决,但我查看了选项,我可以看到修复它的选项。

我只想打印所有列的 dtypes,目前我得到:

print df.dtypes
#>
Date object
Selection object
Result object
...
profit float64
PL float64
cumPL float64
Length: 11, dtype: object

我尝试设置选项 display.max_rowdisplay.max_info_rowdisplay.max_info_columns 均无济于事。

我做错了什么?

Pandas 版本 = 0.13.1


更新:

原来我是个白痴,没有将 display.max_row 设置为足够高的值。

解决方案是:

pd.set_option('display.max_rows', 20)

最佳答案

我试过这个并且成功了:

df.info(verbose=True)

关于python - Pandas 打印所有 dtypes,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23168416/

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