[Numpy Display all columns/row]
#显示所有列 pd.set_option('display.max_columns', None) #显示所有行 pd.set_options('display.max_rows', None)