调整pandas dataframe的最大显示行数或列数

pd.set_option('display.max_rows',100)
pd.set_option('display.max_columns',200)


留言

熱門文章