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

combine with grouped dataframe #34

Closed
bicepjai opened this issue Aug 18, 2021 · 1 comment
Closed

combine with grouped dataframe #34

bicepjai opened this issue Aug 18, 2021 · 1 comment

Comments

@bicepjai
Copy link

bicepjai commented Aug 18, 2021

Is there a syntax to work with whole grouped dataframe instead of just one or more columns ?
syntax to deal with examples provided dataframes-split_apply_combine like

combine(gdf) do df
    (m = mean(df.PetalLength), s² = var(df.PetalLength))
end
@bicepjai
Copy link
Author

i was ignorant. answer in the same page. dataframes-split_apply_combine

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

No branches or pull requests

1 participant