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

T001: Pandas deprecation warnings #405

Open
mbackenkoehler opened this issue Nov 9, 2023 · 1 comment
Open

T001: Pandas deprecation warnings #405

mbackenkoehler opened this issue Nov 9, 2023 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@mbackenkoehler
Copy link
Collaborator

Talktorial 1 uses the pandas applymap-function which has been deprecated in pandas version 2.1. We either need to fix pandas to <2.1 in devtools/test_env.yml or update the code accordingly.

The deprecation warning causes a test failure.

@mbackenkoehler mbackenkoehler added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Nov 9, 2023
@mbackenkoehler mbackenkoehler changed the title T01: Pandas deprecation warnings T001: Pandas deprecation warnings Nov 9, 2023
@mbackenkoehler
Copy link
Collaborator Author

This issue has disappeared more recently. See here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant