FutureWarning: The frame.append method is deprecated. Use pandas.concat instead. #751
Closed
1 of 2 tasks
Labels
enhancement
New feature or request
🚀 Feature Request
In some cases we use pd.DataFrame.append for Dataframe incremental updates.
Motivation
It seems
append
is depreceatedProposal
Now we should use
pandas.concat
everywhere:Recommended syntax:
Test cases
No response
Alternatives
No response
Additional context
FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
in tests logs at least.Checklist
The text was updated successfully, but these errors were encountered: