I tried to replace all the dot as missing value. I tried used sed 's/^./Missing/g' test.txt. There is no change. When used sed 's/.$/Missing/g' test.txt. Only the dot in the last column changed.
ex. col1 col2 col3 . 13.34 12.44 12.3 . 12.22 . 125.5 .