当前位置:主页 > 软件编程 > Python代码 >
时间:2021-04-03 07:46:05 | 栏目:Python代码 | 点击:次
机器环境:
Python 3.6.4
numpy==1.14.0
pandas==0.22.0
解决方法:
np.set_printoptions(suppress=True)
默认情况下,ndarray数组采用科学计数法显示:
加入代码后: