【发布时间】:2017-12-26 03:59:05
【问题描述】:
我对使用 Jupyter 很陌生。我在 Jupyter 中遇到了一个相当烦人的小东西:缩写。我有一个相当大但不是很大的熊猫数据框。我想对缺失的结构有所了解。但是,运行df_total.isnull().sum() 会返回一个缩写为... 的列表(见下文)。
roe_before_tax_1 1101
roe_before_tax_2 1165
roce_before_tax_0 1009
roce_before_tax_1 1050
roce_before_tax_2 1115
...
revenue_by_fte_2 689
personell_cost_by_revenue_0 1144
personell_cost_by_revenue_1 1187
personell_cost_by_revenue_2 1271
有没有办法摆脱它并查看完整的输出?谢谢! /R
【问题讨论】:
标签: python-3.x output markdown jupyter-notebook