You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has this been implemented into csvtk? Or is it a matter of piping into shuf? If so, how can we skip the header line from the shuffling? Thanks in advance.
I want to randomly re-order the rows in my CSV file.
Basically unix
shuf
orsort -R
but for xSV data.The actual use case is to shuffle the data before using
csvtk uniq -n 40
say.Is this possible?
The text was updated successfully, but these errors were encountered: