# add dataframe-rows like this df5 = pd.DataFrame([1], index=['a']) df6 = pd.DataFrame([2], index=['a']) pd.concat([df5, df6], verify_integrity=True)