显示全部数据
numpy
import numpy as np
np.set_printoptions(threshold=np.inf)
pandas
pd.set_option('display.max_columns',None)
posted on 2022-08-07 09:22 monster-little 阅读(38) 评论(0) 编辑 收藏 举报
import numpy as np
np.set_printoptions(threshold=np.inf)
pd.set_option('display.max_columns',None)
posted on 2022-08-07 09:22 monster-little 阅读(38) 评论(0) 编辑 收藏 举报