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

Replace df.applymap() by df.map() #71

Open
hagenw opened this issue Apr 26, 2024 · 0 comments
Open

Replace df.applymap() by df.map() #71

hagenw opened this issue Apr 26, 2024 · 0 comments

Comments

@hagenw
Copy link
Member

hagenw commented Apr 26, 2024

In #70 we started catching a FutureWarning raised by pandas to rename applymap() to map(). When we remove support for Python 3.8, we can then depend on pandas >=2.1.0 and can remove the catching of the warnings.

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

No branches or pull requests

1 participant