python print省略号 离殇花开 2021-10-26 521 阅读1分钟 问题 print的东西比较多,然后就以省略号(…)代替了。 解决方法 (该包基于numpy?) import numpy as np np.set_printoptions(threshold=np.inf) (该包基于pandas?) import pandas as pd pd.set_option('display.width',None)