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

Fix Pandas FutureWarning about concatenating empty dataframes #511

Merged
merged 2 commits into from
Sep 5, 2023

Conversation

gipert
Copy link
Member

@gipert gipert commented Sep 5, 2023

Full error message:

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.

Full error message:

    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.
@gipert gipert added the flow High-level data management label Sep 5, 2023
@gipert gipert merged commit d138b8d into legend-exp:main Sep 5, 2023
8 checks passed
@gipert gipert deleted the dev branch September 5, 2023 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flow High-level data management
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant