pandas.DataFrame.duplicated, pandas development team, 2023 - Official documentation for identifying duplicate rows in a pandas DataFrame, including usage of the subset and keep arguments.
pandas.DataFrame.drop_duplicates, pandas development team, 2023 - Official documentation for removing duplicate rows from a pandas DataFrame, detailing how to control which duplicates are kept.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - A practical guide by the creator of pandas, offering extensive examples and explanations on data cleaning, transformation, and manipulation using Python and pandas.