Extraits de pandas

df[‘col’]=df[‘col’].astype(str).convert_objects(convert_numeric=True)
Nyn