Konversi seri panda dari str ke int

df['DataFrame Column'] = df['DataFrame Column'].astype(int)
Jealous Jay