преобразовать серию Pandas из STR в Int

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