Hello,
I have a dataset that contains string values with decimal places.
There are values with decimal places represented with a comma (,) or a dot (.). There are also values with an extra "-" at the end. And lastly, values with 1 or more decimal places.
I need your help to format this dataset by setting up the following:
- clean dataset, without the commas setting up the thousands - i wish to have the full value;
- 2 decimal values;
- remove the commas and the "-".
| 917,63 |
| 4,921,660.4 |
| 184,296.08- |
| 220,929.66 |
| 4,785,338.86 |
| 542,283.22- |
Thank you.