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

Address deprecated DataFrame concatenation in data_utils #226

Open
hernandezc1 opened this issue May 28, 2024 · 1 comment
Open

Address deprecated DataFrame concatenation in data_utils #226

hernandezc1 opened this issue May 28, 2024 · 1 comment
Labels
Discussion Requesting feedback from specialists, and discussion amongst those interested

Comments

@hernandezc1
Copy link
Collaborator

In testing the changes made to PR #216, the following warning appeared in the tag cloud function logs:

/layers/google.python.pip/pip/lib/python3.12/site-packages/broker_utils/data_utils.py:319: 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.

We will need to address the deprecation of DataFrame concatenation with empty or all-NA entries.

@hernandezc1 hernandezc1 added the Discussion Requesting feedback from specialists, and discussion amongst those interested label May 28, 2024
@troyraen
Copy link
Collaborator

troyraen commented Jun 1, 2024

Can you post a Google Console link to the error so we can see the full traceback?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discussion Requesting feedback from specialists, and discussion amongst those interested
Projects
None yet
Development

No branches or pull requests

2 participants