You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: