Kolumna formatowa od łańcucha do numerycznej w Pythonie
df['DataFrame Column'] = df['DataFrame Column'].astype(int)
Ashley Scheepers
df['DataFrame Column'] = df['DataFrame Column'].astype(int)