Replace frame.append
with pandas.concat
to avoid future incompatibility
#41
Labels
bug
Something isn't working
FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
The text was updated successfully, but these errors were encountered: