you can use a pandas function to show all columns pd.set_option('display.max_columns', None) pd.set_option('display.max_rows', None).
確定! 回上一頁