Modifier la valeur en chaîne pandas
mtrx['X.3'] = mtrx['X.3'].astype(str)
Fantastic Fly
mtrx['X.3'] = mtrx['X.3'].astype(str)