Kolom format dari string ke numerik dalam python

df['DataFrame Column'] = df['DataFrame Column'].astype(int)
Ashley Scheepers