如果值较大,pandas describe()返回无意义的数字

时间:2018-08-05 18:21:25

标签: pandas return describe

我使用Pandas describe()并想检查数据的基本统计信息。但是,我上一栏的结果看起来很奇怪。尽管我认为这不是主要原因,但研发费用的实际价值都在70-500,000左右。有人有什么想法吗?非常感谢。

我的代码:

import pandas as pd
df = pd.read_csv('.......')
print (df.describe())

结果:

最后一列的结果都类似于3.530000e + 02、5.239104e + 05、9.672606e + 05 ... etc

enter image description here

0 个答案:

没有答案