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

DataFrame.applymap has been deprecated. #258

Open
mdclone-oa opened this issue Nov 21, 2023 · 2 comments
Open

DataFrame.applymap has been deprecated. #258

mdclone-oa opened this issue Nov 21, 2023 · 2 comments

Comments

@mdclone-oa
Copy link

General

  • Operating System: Centos 8
  • Python version: 3.12
  • Pandas version: 2.1.3
  • Pandarallel version: 1.6.5

Bug description

/usr/local/lib/python3.12/site-packages/pandarallel/data_types/dataframe.py:69: FutureWarning: DataFrame.applymap has been deprecated. Use DataFrame.map instead.
return data.applymap(user_defined_function)

@nalepae
Copy link
Owner

nalepae commented Jan 23, 2024

Pandaral·lel is looking for a maintainer!
If you are interested, please open an GitHub issue.

@shermansiu
Copy link

shermansiu commented Apr 27, 2024

This only applies if the Pandas version is >=2.1.0.

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

3 participants