标签: pandas dataframe jupyter
当我使用例如Jupyter Notebook显示pandas数据帧时,例如df.head(),我得到一个包含所有白色列的显示。但是,在某些网站上,我看到它们的格式是交替的白色和灰色行here。这可能在笔记本内吗?
df.head()
答案 0 :(得分:3)
这是Jupyter默认表格样式中的a recent change。当我升级Jupyter时,我在自己的笔记本中看到了这种变化。