如何更改熊猫的细胞,列的宽度?

时间:2019-04-12 13:03:02

标签: python python-3.x pandas

我有专栏:

df.columns = ['Nume', 'Tip de', 'Unit', 'Speciale Price', 'Suma de', 'Suma']

如何设置每列的宽度?

我尝试过这种方式:

def width_cells():
    return ['width: 400px']     

df.style.apply(width_cells)

0 个答案:

没有答案