I use Pandas describe () and wanna check the basic statistic info of my data. However, the result of my last column looks weird. The actual values of R&D expense are all around 70-500 thousand, even though I don't think this is the main reason. Does anyone have any ideas? Thanks a lot.
My codes:
import pandas as pd
df = pd.read_csv('.......')
print (df.describe())
The result:
The results in last column are all like 3.530000e+02, 5.239104e+05, 9.672606e+05...etc