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

Pandas FutureWarning for map #1066

Closed
1 task done
marc-vdm opened this issue Oct 12, 2023 · 1 comment
Closed
1 task done

Pandas FutureWarning for map #1066

marc-vdm opened this issue Oct 12, 2023 · 1 comment
Milestone

Comments

@marc-vdm
Copy link
Member

marc-vdm commented Oct 12, 2023

Issue

C:\Users\*\AppData\Roaming\Python\Python39\site-packages\activity_browser\bwutils\superstructure\excel.py:78: FutureWarning: DataFrame.applymap has been deprecated. Use DataFrame.map instead.
  data.loc[:, columns] = data[columns].applymap(convert_tuple_str)
@marc-vdm marc-vdm added this to the 2.9.2 milestone Oct 12, 2023
@marc-vdm marc-vdm modified the milestones: 2.9.2, 2.9.3 Oct 21, 2023
@marc-vdm
Copy link
Member Author

marc-vdm commented Nov 7, 2023

Reviewed: no remaining instances of .applymap after #1069

@marc-vdm marc-vdm closed this as completed Nov 7, 2023
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