import pandas as pdpd.options.display.max_rows=20dir='xxxx'df=pd.read_csv('xxx',encoding='gbk')print(df)
运行上述代码,但是显示的依然是10行,为啥不是20行嘞?咋弄嘞?