I have a data-table with data. I need to add another column to the datatable having the same value of another column but with less precision.
Ie the original column would be having value 12.123 but the new column will have value 12.12
What is the best way to do this?