Formatspalte von String zu numerisch in Python

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