How to convert string number with E sign in pandas.
pd_data['c'] = pd_data['c'].astype('int64')
I got this error
ValueError: invalid literal for int() with base 10: '200E+05'
How to convert string number with E sign in pandas.
pd_data['c'] = pd_data['c'].astype('int64')
I got this error
ValueError: invalid literal for int() with base 10: '200E+05'