copy column cell to different column
hi I'm trying to copy all row that is gender "male" from column "age" to column "gender"this syntax doesn't work.appreciate any help!age is a character column (Young, adult etc.)dt <<Select Where(:gender== "M");
:age << Get Value;
:gender << paste;