I am trying to convert an object to numeric. But below is the error i have received:
invalid literal for int() with base 10: '106954.64'
I have gone through lots of discussion in the forum, but could not get the logic behind this.
Below is the code:
train['Amount_EUR']=train['Amount_EUR'].astype(int)