Cleanup Transfomers Overview
-
Find & Replace : Finding values from a selected column and replacing them either by their value or a regex pattern.
-
Drop Duplicates : Dropping duplicates in the dataset by the selected columns with options to decide what to keep .
-
Drop Empty Cells : Dropping columns based on conditions.
-
Strip Columns : Stripping spaces by the column's leading, trailing and either side of the values.
-
Fill Empty Values : Filling empty values of the column based on methods and their values.