0

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'

Sileo
  • 307
  • 2
  • 18
LearnToGrow
  • 1,656
  • 6
  • 30
  • 53

0 Answers0