Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Pandas describe () 并想检查我的数据的基本统计信息。但是,我上一篇专栏的结果看起来很奇怪。研发费用的实际值都在70-50万左右,尽管我认为这不是主要原因。有没有人有任何想法?非常感谢。
我的代码:
import pandas as pd df = pd.read_csv('.......') print (df.describe())
结果:
最后一列的结果都像 3.530000e+02, 5.239104e+05, 9.672606e+05...等