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

Deprecated use of dict in SeriesGroupBy.agg #2114

Merged
merged 1 commit into from
Jun 24, 2024
Merged

Conversation

daviddavo
Copy link
Collaborator

Description

The use of a dict in SeriesGroupBy.agg raises a FutureWarning since pandas 2.1.0. This function is widely used in the python_evaluation file, and thus is raised every time I want to evaluate my model, every few epochs.

Related Issues

References

Checklist:

  • I have followed the contribution guidelines and code style for this project.
  • I have added tests covering my contributions.
  • I have updated the documentation accordingly.
  • I have signed the commits, e.g. git commit -s -m "your commit message".
  • This PR is being made to staging branch AND NOT TO main branch.

Copy link
Collaborator

@miguelgfierro miguelgfierro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

@miguelgfierro miguelgfierro merged commit 211ee70 into staging Jun 24, 2024
2 of 38 checks passed
@miguelgfierro miguelgfierro deleted the pd-deprecations branch June 24, 2024 14:34
@daviddavo daviddavo mentioned this pull request Jun 26, 2024
5 tasks
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

Successfully merging this pull request may close these issues.

2 participants