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

_compute_sum_of_squares uses pandas.DataFrame.groupby without observed #10826

Open
flying-sheep opened this issue Jan 18, 2024 · 1 comment
Open
Labels
needs triage Needs a response from a contributor

Comments

@flying-sheep
Copy link

The old default is deprecated

return df.groupby(keys).sum()

@github-actions github-actions bot added the needs triage Needs a response from a contributor label Jan 18, 2024
@phofl
Copy link
Collaborator

phofl commented Jan 18, 2024

We are using a grouper attribute in there that's deprecated as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Needs a response from a contributor
Projects
None yet
Development

No branches or pull requests

2 participants