Colonne de format de la chaîne à numérique en python
df['DataFrame Column'] = df['DataFrame Column'].astype(int)
Ashley Scheepers
df['DataFrame Column'] = df['DataFrame Column'].astype(int)