Copy

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:
A | B |
---|---|
1 | 2 |
3 | 4 |
Copy the dataset:
A_copy | B_copy |
---|---|
1 | 2 |
3 | 4 |

Updated 5 months ago
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:
A | B |
---|---|
1 | 2 |
3 | 4 |
Copy the dataset:
A_copy | B_copy |
---|---|
1 | 2 |
3 | 4 |
Updated 5 months ago