pandas.DataFrame.append

方法 DataFrame.append(other, ignore_index=False, verify_integrity=False) ignore_index 參數 ignore_index=False [In]:df = pd.DataFrame([[1, 2], [3, 4]], columns=list('AB')) [Out]: A B 0 1 2 1 3 4 [I
相關文章
相關標籤/搜索