-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rows selection enhanced #44
Comments
Unique is hardcore - you mean something like keep every row in a set and don't allow repeat rows or do you mean unique-by-column(s)? |
Leaving unique/distinct for later as I think that one requires a bit more discussion. |
Unique - removing row duplicates in whole dataset. But it's not urgent :) |
There is also Pandas' |
I can imagine such helper functions:
n
rows (equivalent to(select-rows (range n))
n
rowsn
random rows (with repetitions or not)The text was updated successfully, but these errors were encountered: