标签: 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)