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

[Bug] FutureWarning with the behavior of DataFrame concatenation with empty or all-NA entries #1511

Closed
3 tasks done
lisphilar opened this issue Sep 3, 2023 · 0 comments · Fixed by #1512
Closed
3 tasks done
Labels
bug Something isn't working help wanted Extra attention is needed
Milestone

Comments

@lisphilar
Copy link
Owner

Checkbox

Summary

Test workflow raised the following warning and this is ignorable because the loc_df of the the lass can accepts object type for processing.

https://github.com/lisphilar/covid19-sir/actions/runs/6063719611/job/16451377196

Reproducible example script

NA

The current outputs

FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.

Expected outputs

No errors.

Environment

- CovsirPhy version: 3.0.0
- Python version: 3.11.0

Package manager (required if installation issue)

No response

Platform (required if installation issue)

No response

Additional Context

pandas-dev/pandas#45637

@lisphilar lisphilar added bug Something isn't working help wanted Extra attention is needed labels Sep 3, 2023
@lisphilar lisphilar added this to the Release 3.0.1 milestone Sep 3, 2023
lisphilar added a commit that referenced this issue Sep 3, 2023
@lisphilar lisphilar modified the milestones: Release 3.0.1, Release 3.1.0 Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant