Alterar valor para string pandas
mtrx['X.3'] = mtrx['X.3'].astype(str)
Fantastic Fly
mtrx['X.3'] = mtrx['X.3'].astype(str)