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

[Bug] DeprecationWarning: DataFrameGroupBy.apply operated on the grouping columns #1596

Closed
3 tasks done
lisphilar opened this issue Feb 3, 2024 · 0 comments · Fixed by #1593
Closed
3 tasks done
Labels
bug Something isn't working help wanted Extra attention is needed
Milestone

Comments

@lisphilar
Copy link
Owner

Checkbox

Summary

Tests failed with the following warning.

DeprecationWarning: DataFrameGroupBy.apply operated on the grouping columns. This behavior is deprecated, and in a future version of pandas the grouping columns will be excluded from the operation. Either pass `include_groups=False` to exclude the groupings or explicitly select the grouping columns after groupby to silence this warning.

Reproducible example script

NA

The current outputs

No response

Expected outputs

No response

Environment

- CovsirPhy version: 3.0.0
- Python version: 3.11.0

Package manager (required if installation issue)

No response

Platform (required if installation issue)

No response

Additional Context

No response

@lisphilar lisphilar added bug Something isn't working help wanted Extra attention is needed labels Feb 3, 2024
@lisphilar lisphilar added this to the Release 3.1.0 milestone Feb 3, 2024
lisphilar added a commit that referenced this issue Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant