In my dataset I have salaries for employees containing various decimal values. I want to round it off to 2 decimal values. How to achieve this in Sparkflows?

In Sparkflows, you can use the Round Value processor to round off values to desired decimal places.

To use the ‘Round Value’ Processor, do the following:

  • Select columns to be rounded off in ‘Input Column’. It can be one or multiple columns.

  • Enter the decimal values to be used for rounding off in ‘Precision’. In this case it would be 2.

For more information read the Sparkflows Documentation here: Data Preparation: Miscellaneous — Sparkflows 3.0 documentation