Skip to main content
Version: 0.19.5

Remove

Remove lets you remove duplicates from a dataset.

Format

Remove uses the following utterances:

  • Remove the duplicates (from the dataset <dataset>) (using the columns <columns>)

Parameters

Remove uses the following parameters:

  • dataset (optional). The dataset to remove duplicates from. If no dataset is specified, the current dataset is used.
  • columns (optional). The columns to remove duplicates from. If no columns are specified, all of the columns in the dataset are used.

Output

If the duplicates or definitions are successfully removed, a success message appears in the chat history. When removing duplicates, the cleaned dataset (or columns, if specified) are shown in the display panel. Otherwise, an error message appears.

Examples

To remove duplicates from a dataset called "Titanic," enter Remove the duplicates from the dataset Titanic.