Combine(groupby())
Julia Programming Language
Combine(groupby())
Is there a way to do this: c = combine(groupby(df, :A),:B => mean => :B_mean) but in such a way that the output does not only show :A and :B_mean but also the other variables that df had (well, at least the variables that can also be combined due to repetition)?
0 comments
No comments yet.