The copy operation creates an exact duplicate of your dataset, allowing you to make changes to the new dataset without affecting the original.

Example:

Dataset:

AB
12
34

Copy the dataset:

A_copyB_copy
12
34