Numpy, Pandas常用的设置显示格式
2017-04-21 本文已影响0人
ckawyh
- warnings.filterwarnings(action='ignore', category=HessianInversionWarning)
- pd.set_option('display.width', 100)
- np.set_printoptions(linewidth=100, suppress=True)
- pd.set_option('expand_frame_repr', False)