Skip to content
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

Improve combine documentation #3214

Closed
bkamins opened this issue Oct 30, 2022 · 0 comments · Fixed by #3222
Closed

Improve combine documentation #3214

bkamins opened this issue Oct 30, 2022 · 0 comments · Fixed by #3222
Labels
Milestone

Comments

@bkamins
Copy link
Member

bkamins commented Oct 30, 2022

source https://discourse.julialang.org/t/normalizing-dataframe-column-by-group/89226/5

the help accessible by typing ?combine states “combine: does not put restrictions on number of rows returned, the order of rows is specified by the order of groups in GroupedDataFrame…” which doesn’t specify exactly how the groups are combined. I think adding a description something like “combine() applies a function to each group in a GroupedDataFrame and concatenates the results into a single DataFrame” would be helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant