Converta a série Pandas de STR para int

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