Hapus koma dari kolom python string
df['x']=df['x'].str.replace(',','')
Nice Nightingale
df['x']=df['x'].str.replace(',','')