-
Notifications
You must be signed in to change notification settings - Fork 370
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
update describe, unique and nonunique docs #2652
Conversation
@@ -1187,8 +1188,9 @@ See also [`unique`](@ref) and [`unique!`](@ref). | |||
|
|||
# Arguments | |||
- `df` : `AbstractDataFrame` | |||
- `cols` : a selector specifying the column(s) to compare. Can be any column | |||
selector ($COLUMNINDEX_STR; $MULTICOLUMNINDEX_STR). | |||
- `cols` : a selector specifying the column(s) to compare using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also mention transformations (here and below)?
Just to confirm, changing |
I would say so. Also note that you can always write |
Perhaps a |
Please don't! We managed to keep the API relatively small so that it's easy to master, and we've almost reached the goal to have a parallel between DataFrames functions and DataFramesMeta macros. Also For reference, the previous discussion was at #2385. |
Sounds good! Thankfully we can export the |
Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
Thank you! |
Fixes #2651