We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in siuba.dply.verbs, lots of this repeated right now...
@unite.register(DataFrameGroupBy) def _unite_gdf(__data, *args, **kwargs): # TODO: consolidate these trivial group by dispatched funcs groupings = __data.grouper.groupings df = __data.obj f_unite = unite.registry[pd.DataFrame] out = f_unite(df, *args, **kwargs) return out.groupby(groupings)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
in siuba.dply.verbs, lots of this repeated right now...
The text was updated successfully, but these errors were encountered: