Skip to content

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

2 participants