I have a dataset with 1000 rows, and no duplicates. I want to generate data with every row occurring only once but in a random order. The output would have all the 1000 rows but in an order that is different from the input, and no input row repeated. Kind of like shuffling a deck of cards.
Tried to figure out but can’t seem to find any way. Can anyone here help me?
Thanks…
- Ajoy