It's what you'd use if you want to stack dataframes vertically. Very straightforward, just like its syntax: df1.append(df2, sort = False) ...
確定! 回上一頁