coluna de formato de string para numérico em python

df['DataFrame Column'] = df['DataFrame Column'].astype(int)
Ashley Scheepers