Skip to content

Use map not applymap to avoid pandas warnings - #69

Closed
hagenw wants to merge 1 commit into
mainfrom
pandas-deprecation
Closed

Use map not applymap to avoid pandas warnings#69
hagenw wants to merge 1 commit into
mainfrom
pandas-deprecation

Conversation

@hagenw

@hagenw hagenw commented Apr 26, 2024

Copy link
Copy Markdown
Member

Closes #64

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

@hagenw

hagenw commented Apr 26, 2024

Copy link
Copy Markdown
Member Author

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

hagenw commented Apr 26, 2024

Copy link
Copy Markdown
Member Author

For now, we suppress the warnings with #70

@hagenw

hagenw commented Apr 15, 2026

Copy link
Copy Markdown
Member Author

Closing in favor of #87.

@hagenw hagenw closed this Apr 15, 2026
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