📜  可滚动数据框 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:15.138000             🧑  作者: Mango

代码示例2
In [27]: 
##javascript
IPython.OutputArea.auto_scroll_threshold = 10;

In[28]:
def display_():    
    pd.set_option("display.max_rows", None)
    from IPython.core.display import display 
    display(df) #df must be defined up there