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: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated... #2286

Open
amontanez24 opened this issue Nov 11, 2024 · 0 comments · May be fixed by #2319
Assignees
Labels
maintenance Tasks related to infrastructure & dependencies
Milestone

Comments

@amontanez24
Copy link
Contributor

Environment Details

Please indicate the following details about the environment in which you found the bug:

  • SDV version: 1.17.1
  • Python version: 3.10 (Maybe all)
  • Operating System: Any

Error Description

The following warning is showing in our SDV: Synthesizer Sequences (PAR) demo:

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.
  output = pd.concat(output)

Steps to reproduce

  • Run a copy of the SDV: Synthesizer Sequences (PAR) demo on python 3.10 with the latest dependencies
@amontanez24 amontanez24 added the maintenance Tasks related to infrastructure & dependencies label Nov 11, 2024
@amontanez24 amontanez24 modified the milestones: 1.17.2, 1.17.3 Nov 11, 2024
@fealho fealho self-assigned this Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Tasks related to infrastructure & dependencies
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants