机器环境:Python 3.6.4numpy==1.14.0pandas==0.22.0解决方法: np.set_printoptions(suppress=True)默认情况下,ndarray数组采用科学计数法显示:加入代码后: