python中numpy的默认使用科学计数法显示数据的改变办法

在文件头加一句代码:

import numpy as np
np.set_printoptions(suppress=True)

 

你可能感兴趣的:(python)