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
  • 297
  • 3
  • 17
LearnToGrow
  • 1,320
  • 3
  • 23
  • 44

0 Answers0