Skip to main content

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 Columns

Drop Duplicates


Removes duplicate values.

Drop Duplicates

Fill Missing Values


Replaces missing values: any rows without a value will be replaced with this value.

Fill Missing Values

Rename Columns


Updates the column names.

Rename Columns

Process Date


Add a year, month, or day column.

Process Data