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 deprecated DataFrame.applymap #81

Merged
merged 1 commit into from
Jan 16, 2025
Merged

Replace deprecated DataFrame.applymap #81

merged 1 commit into from
Jan 16, 2025

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented Jan 16, 2025

Fixes, among others:

FutureWarning: DataFrame.applymap has been deprecated. Use DataFrame.map instead.
  fract_info[key].astype(str).applymap(str.upper),

Closes #43.

Fixes, among others:
```
FutureWarning: DataFrame.applymap has been deprecated. Use DataFrame.map instead.
  fract_info[key].astype(str).applymap(str.upper),
```

Closes #43.
@dweindl dweindl merged commit b4706b1 into main Jan 16, 2025
5 checks passed
@dweindl dweindl deleted the applymap branch January 16, 2025 19:24
@dweindl dweindl self-assigned this Jan 16, 2025
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.

FutureWarning: DataFrame.applymap has been deprecated
1 participant