By default, when you concatenate two dataframes with duplicate records, Pandas automatically combine them together without removing the duplicate rows. In this tutorial I will show you how to concatenate two dataframes and leave just the unique rows.

Python Script