Convertir la série Pandas de Str à Int

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