赞
踩
# 设置pandas显示选项,使其显示所有的行和列pd.set_option('display.max_rows', None)pd.set_option('display.max_columns', None) # 显示DataFrameprint(df)