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
/ASR_subtitles/app.py:55: 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.
df = pd.concat([df, pd.DataFrame([new_row])], axis=0, ignore_index=True)
A recent upgrade to pandas 2.1.2 from 1.5.2 now presents this warning.
The text was updated successfully, but these errors were encountered:
Hafpaf
changed the title
pandas: futurewarning of concatonation
pandas: futurewarning of concatenation
Nov 12, 2023
Error message
A recent upgrade to pandas 2.1.2 from 1.5.2 now presents this warning.
The text was updated successfully, but these errors were encountered: