Data Cleaning
Easily clean your data by checking if a string contains a given word or pattern, or replacing an existing string or pattern with a new string or pattern.
Drop Columns
Removes a column from the dataset.
Drop Duplicates
Removes duplicate values.
Fill Missing Values
Replaces missing values: any rows without a value will be replaced with this value.
Rename Columns
Updates the column names.
Process Date
Add a year, month, or day column.