Ubah nilai menjadi panda string
mtrx['X.3'] = mtrx['X.3'].astype(str)
Fantastic Fly
mtrx['X.3'] = mtrx['X.3'].astype(str)