qa_remove_duplicates()

Remove duplicate rows from a DataFrame.

Usage

Source

qa_remove_duplicates(df)

Parameters

df: pd.DataFrame
The input DataFrame.

Returns

pd.DataFrame
A new DataFrame with duplicate rows removed.