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

Use map not applymap to avoid pandas warnings #69

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hagenw
Copy link
Member

@hagenw hagenw commented Apr 26, 2024

Closes #64

Uses df.map() instead of df.applymap().

@hagenw
Copy link
Member Author

hagenw commented Apr 26, 2024

This is failing at the moment, as pandas renamed df.applymap() to df.map() in version 2.1.0, which is not available in Python 3.8.

@hagenw
Copy link
Member Author

hagenw commented Apr 26, 2024

For now, we suppress the warnings with #70

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.

Fix deprecation warnings
1 participant