Pandas打印显示完整行列

pd.set_option('display.max_rows', 50)
pd.set_option('display.max_columns', 500)
pd.set_option('display.width', 1000)

  

posted @ 2020-08-11 16:57  John-Python  阅读(3392)  评论(0)    收藏  举报