convertir la serie Pandas de STR a int

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