[pandas] 列/行/字段显示

pd.set_option('display.max_columns', None) # 列全部显示
pd.set_option('display.max_rows', None) # 行全部显示
pd.set_option('max_colwidth',1000) # 值显示长度

posted @ 2022-12-05 15:24  家有花猪  阅读(58)  评论(0)    收藏  举报