Entering edit mode
2.9 years ago
Ap1438
▴
50
I have a file with columns in numbers as data which are in multiple decimal points. i want to change those multiple decimal point data into 2 decimal points.
E.g.
k__Bacteria|p__Proteobacteria 2|1224 18.7582950961843 20.1583624755941
k__Bacteria|p__Actinobacteria 2|201174 13.113604074899 13.9444369113068
to
k__Bacteria|p__Proteobacteria 2|1224 18.75 20.15
k__Bacteria|p__Actinobacteria 2|201174 13.11 13.94
It worked thank you for your valuable time and suggestion.